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