Archive Callback Subscription

Warning: This API has been deprecated. Please use Webhooks. Contact your sales representative if you require additional blockchain support.

DELETE /callback-subscriptions/{callbackSubscriptionId}

Archives a CallbackSubscription by its id.

Required Permissions

NameConditions

CallbackSubscriptions:Archive

Always Required

Parameters

Path parameters

Path parameterDescription

callbackSubscriptionId

Unique identifier of the CallbackSubscription like: cs-orange-magnesium-a0606d08b2

Response

Response example

{
   "externalId": "New Callback",
   "eventKind": "PaymentInitiated",
   "url": "https://webhook.site/e36cd6aa-e4f3-4da4-b904-e210048325bb",
   "orgId": "cu-purple-pip-1b417b958500",
   "status": "Archived",
   "id": "cs-arizona-table-3fd134d2ab",
   "dateCreated": "2022-08-12T16:33:40.354Z"
}

Last updated