Delete commitment schedule

View as Markdown

Authentication

Authorizationstring
API Key authentication via header

Path parameters

idstringRequired
Contract Id
commitmentIdstringRequired
Commitment Id
scheduleIdstringRequired

Schedule Id (must be the last non-deleted schedule)

Request

This endpoint expects an object.
cascadeBillingTermsbooleanRequired

Required. Container and overage BTs are always torn down on schedule deletion regardless of this flag. When true, base BT endDates are also re-synced (shortened) so they no longer extend through the deleted schedule’s date range. When false, base BTs are left untouched and the caller owns realignment.

Response

Schedule deleted
payloadobject
Response payload, will be empty when success is false
successboolean

Boolean with true=success, false=failure

messagestring

Plain-text description of the result

errorobjectOptional
json element with any error messages or warnings

Errors

400
Bad Request Error
403
Forbidden Error
404
Not Found Error