Delete a organization member
curl --request DELETE \ --url https://api.chat-dash.com/v1/public/organizations/{organizationId}/members/{memberId} \ --header 'Authorization: <authorization>'
{ "message": "Member deleted successfully" }
All requests to the ChatDash API must be validated with the agency API Key found on your agency profile
The organization ID
The member ID
OK
The response is of type object.
object