cURL
curl --request DELETE \ --url https://api-next.ofauth.com/v2/access/promotions/bundles/:bundleId \ --header 'apiKey: <api-key>' \ --header 'x-connection-id: <api-key>'
{ "id": 123, "discount": 123, "duration": 123, "price": 123, "canBuy": true }
Delete a subscription bundle
Permission Required: promotions:write
promotions:write
Your OFAuth API key for authenticating requests.
Requires a connection via the x-connection-id header.
Bundle ID
1
Successful response
Was this page helpful?