Delete Organization
Organisations
Delete Organization
Delete an organization
POST
Delete Organization
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The ID of the organization to delete
Example:
"org_12345"
Response
Organization deleted successfully
Organization deleted successfully
Example:
{ "success": true }