Revoke Enrollment
DELETE/courses/enrollments
Revoke a contact from a membership offer. Requires a Location token with courses.write. Send Version: v3. Uses DELETE smart-list/user (offer revoke, not product blacklist). Sibling products on the same offer are also revoked. Default-offer rows return 404.
Request
Version stringrequired
API Version
Available options
v3locationId stringrequired
Location id or sub-account id is required.
Possible values: non-empty
- application/json
- Body
- Example (auto)
Bodyrequired
contactIdstringrequired
CRM contact id
offerIdstringrequired
Membership offer id
{
"contactId": "abc123ContactId",
"offerId": "c3d4e5f6-7890-4123-cdef-123456789012"
}
Enrollment revoked