Skip to main content

Delete Subscription Plan

DELETE 

/plans/:subscriptionPlanId

Deletes the specified subscription plan.

info

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

Request

Path Parameters

    subscriptionPlanId stringrequired

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

    Example: SubscriptionPlan-12033695-99d8-4dc6-bf51-db64ef27620b

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...