cURL
curl --request DELETE \ --url https://api.chat-dash.com/v1/public/organizations/{organizationId}/members/{memberId} \ --header 'Authorization: <authorization>'
{ "message": "Member deleted successfully" }
Delete a organization member
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