Suger

withdraw entitlement cancellation request

POST https://api.suger.cloud/org/{orgId}/entitlement/{entitlementId}/cancel/withdraw

Withdraw an entitlement cancellation request.

Parameters

NameInTypeRequiredDescription
orgId path string yes Organization ID
entitlementId path string yes Entitlement ID

Request Body

Required. Content-Type: application/json · Schema: EntitlementCancellationRequestWithdraw

EntitlementCancellationRequestWithdraw fields:

FieldTypeRequiredDescription
cancellationReason string no CancellationReason is the reason for withdrawing the cancellation request.

Responses

200 — OK

Content-Type: application/json · Schema: orm.EntitlementCancellationRequest

orm.EntitlementCancellationRequest fields:

FieldTypeRequiredDescription
createdAt string no CreatedAt holds the value of the "created_at" field.
createdBy LastModifiedBy no
entitlementID string no EntitlementID holds the value of the "entitlement_id" field.
externalRequestID string no ExternalRequestID holds the value of the "external_request_id" field.
id string no ID of the ent.
info EntitlementCancellationRequestInfo no
lastUpdatedAt string no LastUpdatedAt holds the value of the "last_updated_at" field.
organizationID string no OrganizationID holds the value of the "organization_id" field.
partner string no Partner holds the value of the "partner" field.
status string no Status holds the value of the "status" field.
statusMessage string no StatusMessage holds the value of the "status_message" field.

LastModifiedBy fields:

FieldTypeRequiredDescription
email string no The email of the creator.
entityId string no The ID of the creator.
entityType EntityType no
name string no The name of the creator.

EntitlementCancellationRequestInfo fields:

FieldTypeRequiredDescription
awsClientToken string no AwsClientToken is the UUID client token for idempotency.
awsReasonCode string no AwsReasonCode is the cancellation reason code from AWS SDK.
awsReasonDescription string no AwsReasonDescription is the description of the cancellation reason.

400 — Bad request error

Content-Type: application/json

500 — Internal server error

Content-Type: application/json


View as Markdown · Interactive API reference

Spotted something wrong or out of date on this page? Tell us and we'll correct it.