Skip to main content
DELETE
/
v0
/
organizations
/
{organization_id}
curl --request DELETE \
  --url 'https://api.unify.ai/v0/organizations/<organization_id>' \
  --header "Authorization: Bearer $UNIFY_KEY"
// No Content
Delete an organization. Requires org:delete permission (typically only Owner role has this). This will also delete all associated data (projects, members, etc.).

Authorizations

Authorization
string
required
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organization_id
integer
required
curl --request DELETE \
  --url 'https://api.unify.ai/v0/organizations/<organization_id>' \
  --header "Authorization: Bearer $UNIFY_KEY"
// No Content