Skip to main content
DELETE
/
organizations
/
{organization_id}
Delete Organization
curl --request DELETE \
  --url https://playground.answeringagent.com/api/v1/organizations/{organization_id} \
  --header 'X-API-KEY: <api-key>'
{
  "message": "Organization deleted successfully"
}

Authorizations

X-API-KEY
string
header
required

Path Parameters

organization_id
integer
required

The ID of the organization

Response

Organization deleted successfully.

message
string
Example:

"Organization deleted successfully"