delete
https://www.pelcro.com/api/v1/sdk/subscriptions//members/
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Overview
Remove a member from a membership-type subscription, freeing their seat. Returns { "status": 200, "message": "Member deleted successfully" }.
Example:
curl --request DELETE \
--url 'https://www.pelcro.com/api/v1/sdk/subscriptions/1002/members/1001?site_id=1025' \
--header 'Authorization: Bearer <JWT>'Notes
- Protected — requires the customer's JWT.
- The subscription must be a membership owned by the authenticated customer, and the member must belong to that subscription; otherwise the request returns
400 Invalid subscription provided.
