Skip to main content

Delete Subscription

DELETE 

/subscriptions/:subscriptionId

Deletes the specified subscription.

info

The request must provide the following header: x-api-key: {merchantKey}

Request

Path Parameters

    subscriptionId stringrequired

    Unique Identifier of the created Subscription. Format: Subscription + - + <UUID>

    Example: Subscription-caf9b798-315b-40aa-9659-cf732f55d847

Header Parameters

    Content-Type stringrequired

    Must be application/json

    Accept-Language stringrequired

    Must be be en-US

    Origin stringrequired

    The origin of the request

    User-Agent stringrequired

    The client making the request

    x-api-key stringrequired

    x-api-key: {merchantKey}

Responses

Successful operation with no content

info

For error handling, please refer to this section.

Loading...