Skip to main content
DELETE
/
core
/
members
/
{memberId}
Remove Member
curl --request DELETE \
  --url https://api.integrations.commenda.io/v4/core/members/{memberId} \
  --header 'api_key: <api-key>'
{
  "error": {
    "status_code": 123,
    "message": "<string>",
    "request_id": "<string>",
    "timestamp": "2023-11-07T05:31:56Z",
    "platform_error": null
  }
}

Documentation Index

Fetch the complete documentation index at: https://integrations.docs.commenda.io/llms.txt

Use this file to discover all available pages before exploring further.

Remove Member.

Authorizations

api_key
string
header
required

Path Parameters

memberId
integer
required

Response

Member removed.