cURL
curl --request DELETE \ --url https://api.chat-dash.com/v1/public/clients/{clientId}/members/{memberId} \ --header 'Authorization: <authorization>'
{ "message": "Member removed successfully" }
Remove a member from a specific client
All requests to the ChatDash API must be validated with the agency API Key found on your agency profile
The ID of the client
The ID of the member
OK
"Member removed successfully"