Skip to main content
DELETE
/
v1
/
organizations
/
{id}
Delete an organization (owner only)
curl --request DELETE \
  --url http://0.0.0.0:3000/v1/organizations/{id} \
  --header 'Authorization: Bearer <token>'
{
  "ok": true
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

ID da organização

Response

Organization deleted