DELETE
/
organizations
/
{organizationId}
curl --request DELETE \
  --url https://api.chat-dash.com/v1/public/organizations/{organizationId} \
  --header 'Authorization: <authorization>'
{
  "message": "Organization deleted successfully"
}

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

organizationId
string
required

The ID of the organization

Response

200
application/json
OK
message
string