v1

latestOpenAPI 3.0.12026-07-24110189356.6 KB
subscription

Deletes a subscription.

Deletes a subscription associated with the HRN.

delete/subscriptions/{subscriptionHrn}

Headers

x-idempotency-keystring required

x-idempotency-key is the unique value generated by the client to create a subscription request. Any additional retry requests must have the same x-idempotency-key header value and the same body content as the first subscription request. If the retry request body content is different, then the server will return a 409 status code. It is recommended to use UUID v4 for x-idempotency-key value. Minimum length: 10, maximum length: 255.

Response

Accepted - your request was received and is being processed.

statusTokenstring required

Token to check subscription create or delete status.

Example response

{
  "statusToken": "de1e3c8d-17ac-42b9-8f5d-7bbeba664fe6"
}