Skip to main content
DELETE
/
v2
/
access
/
promotions
/
bundles
/
:bundleId
Delete bundle
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
}

Authorizations

apiKey
string
header
required

Your OFAuth API key for authenticating requests.

x-connection-id
string
header
required

Requires a connection via the x-connection-id header.

Path Parameters

bundleId
string | null

Bundle ID

Minimum string length: 1

Response

Successful response

id
number
required
discount
number
required
duration
number
required
price
number
required
canBuy
boolean
required