curl --request DELETE \
--url https://api-next.ofauth.com/v2/access/promotions/:promotionId \
--header 'apiKey: <api-key>' \
--header 'x-connection-id: <api-key>'{
"success": true
}Delete a promotion
Permission Required: promotions:write
curl --request DELETE \
--url https://api-next.ofauth.com/v2/access/promotions/:promotionId \
--header 'apiKey: <api-key>' \
--header 'x-connection-id: <api-key>'{
"success": true
}Requires a connection via the x-connection-id header.
Promotion ID
1Successful response
Was this page helpful?