v1

latestOpenAPI 3.0.1Apache 2.02026-07-174811204.8 KB
organizations

Delete an organization

Delete an organization by its ID.

delete/api/v1/orgs/organizations/{org_id}/

Path parameters

org_idstring required

Unique identifier of the organization to delete

Response

Organization deleted successfully!

messagestring

Example response

{
  "message": "Organization deleted successfully!"
}