Skip to main content
DELETE
/
v2
/
access
/
promotions
/
tracking-links
/
:trackingLinkId
Delete tracking link
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
}

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

trackingLinkId
string | null

Tracking link ID

Minimum string length: 1

Response

Successful response

success
boolean
required