Skip to main content
DELETE
/
api
/
organizations
/
{id}
Delete organization
curl --request DELETE \
  --url https://platform.usewarp.net/api/organizations/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Organization deleted successfully"
}

Authorizations

Authorization
string
header
required

JWT Bearer token authentication

Path Parameters

id
string
required

Organization ID

Response

Organization deleted successfully

message
string
Example:

"Organization deleted successfully"