# Delete organization

Delete an organization. This should be called from the backend, using an admin access token (generated by a management app). Required permissions: organizations:delete, orgs:delete.

Endpoint: DELETE /v1/organizations/{organization_id}
Security: AdminAccessToken

## Path parameters:

  - `organization_id` (string, required)
    The ID of the organization that should be deleted

## Response 400 fields (application/json):

  - `message` (array, required)
    Example: "Bad request"

  - `error_code` (number, required)
    Example: 400

## Response 404 fields (application/json):

  - `message` (string, required)

  - `error_code` (number, required)
    Example: 404


