Skip to main content
DELETE
/
v2
/
promotions
/
{enrollment_id}
cURL
curl --request DELETE \
  --url https://api.zapier.com/v2/promotions/{enrollment_id} \
  --header 'Authorization: Bearer <token>'
{
  "errors": [
    {
      "status": "401",
      "code": "not_authenticated",
      "title": "User Not Authenticated",
      "detail": "User must be authenticated to access this resource. No valid user access token was provided."
    }
  ]
}
This API is rate limited.

Authorizations

Authorization
string
header
required

The user access token for the user you would like to enroll. See our OAuth2 authentication documentation.

Path Parameters

enrollment_id
string
required

Response

No response body