Skip to main content
DELETE
/
clients
/
{clientId}
/
members
/
{memberId}
Remove Client Member
curl --request DELETE \
  --url https://api.chat-dash.com/v1/public/clients/{clientId}/members/{memberId} \
  --header 'Authorization: <authorization>'
{
  "message": "Member removed successfully"
}

Documentation Index

Fetch the complete documentation index at: https://docs.chat-dash.com/llms.txt

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

Headers

Authorization
string
required

All requests to the ChatDash API must be validated with the agency API Key found on your agency profile

Path Parameters

clientId
string
required

The ID of the client

memberId
string
required

The ID of the member

Response

OK

message
string
Example:

"Member removed successfully"