withdraw entitlement cancellation request
POST/org/:orgId/entitlement/:entitlementId/cancel/withdraw
Withdraw an entitlement cancellation request.
Request
Path Parameters
Organization ID
Entitlement ID
- application/json
Body
required
Withdraw request body
- EntitlementCancellationRequestWithdraw
oneOf
CancellationReason is the reason for withdrawing the cancellation request.
Responses
- 200
- 400
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
CreatedAt holds the value of the "created_at" field.
createdBy
object
CreatedBy holds the value of the "created_by" field.
The email of the creator.
The ID of the creator.
Possible values: [``, API_CLIENT, AUDITING_EVENT, AUTO_SHARE_TASK, BUYER, CONTACT, ENTITLEMENT, ENTITLEMENT_TERM, FUNDING_APPLICATION, HEADLESS_ENTITLEMENTS, HUBSPOT_USER, INTEGRATION, INTERNAL_ACTION_REQUEST, INVOICE, JOIN_ORG_REQUEST, NEW_CLIENT, NOTIFICATION_MESSAGE, OFFER, ORGANIZATION, PAYMENT_TRANSACTION, PRODUCT, REFERRAL, REVENUE_RECORD, SERVICE, SUPPORT_TICKET, UNPURCHASED_OFFERS, USAGE_RECORD_GROUP, USAGE_RECORD_REPORT, USER, WORKFLOW, WORKFLOW_EXECUTION, WORKFLOW_WEBHOOK, ORGANIZATION_INFO]
The Entity type of the creator, either USER or API_CLIENT.
The name of the creator.
EntitlementID holds the value of the "entitlement_id" field.
ExternalRequestID holds the value of the "external_request_id" field.
ID of the ent.
info
object
Info holds the value of the "info" field.
AwsClientToken is the UUID client token for idempotency.
AwsReasonCode is the cancellation reason code from AWS SDK.
AwsReasonDescription is the description of the cancellation reason.
LastUpdatedAt holds the value of the "last_updated_at" field.
OrganizationID holds the value of the "organization_id" field.
Partner holds the value of the "partner" field.
Status holds the value of the "status" field.
StatusMessage holds the value of the "status_message" field.
{
"createdAt": "2026-03-31T21:55:27.260Z",
"createdBy": {
"email": "string",
"entityId": "string",
"entityType": "",
"name": "string"
},
"entitlementID": "string",
"externalRequestID": "string",
"id": "string",
"info": {
"awsClientToken": "string",
"awsReasonCode": "string",
"awsReasonDescription": "string"
},
"lastUpdatedAt": "2026-03-31T21:55:27.260Z",
"organizationID": "string",
"partner": "string",
"status": "string",
"statusMessage": "string"
}
Bad request error
- application/json
- Schema
Schema
string
Internal server error
- application/json
- Schema
Schema
string