Remove

Remove a member from a membership subscription.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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.
Path Params
integer
required

Subscription ID.

integer
required

Member ID.

Query Params
int32
required

The unique identifier of the site associated with your account.

Responses

Language
Credentials
Query
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json