APIDelete Membership

Delete Membership

Remove a specific membership from a project.

DELETE/v2/projects/{project_id}/memberships/{membership_id}

Authorization

Bearer TokenRequired

Path Parameters

project_idstringRequired

The unique identifier of the project.

membership_idstringRequired

The unique identifier of the membership to delete.

Request
curl -X DELETE "https://api.botsubscription.com/v2/projects/YOUR_PROJECT_ID/memberships/YOUR_MEMBERSHIP_ID" \
  -H "Authorization: Bearer YOUR_TOKEN"
Membership deletedapplication/json

No content is returned on successful deletion.

Last updated: