curl --request DELETE \
--url https://api.ofauth.com/v2/access/promotions/:promotionId \
--header 'apiKey: <api-key>' \
--header 'x-connection-id: <api-key>'{
"success": true
}Remove a promotion.
Permission Required: promotions:write
curl --request DELETE \
--url https://api.ofauth.com/v2/access/promotions/:promotionId \
--header 'apiKey: <api-key>' \
--header 'x-connection-id: <api-key>'{
"success": true
}Documentation Index
Fetch the complete documentation index at: https://docs.ofauth.com/llms.txt
Use this file to discover all available pages before exploring further.
Requires a connection via the x-connection-id header.
Promotion ID
1Successful response
Was this page helpful?