Delete organization

Permanently delete an organization and all of its data. This cannot be undone.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <API_KEY>, where API_KEY is your API key.

Path parameters

orgIdstringRequired
Organization to delete.

Headers

X-Account-IdstringRequired
Account that owns the organization.

Response

Confirms the organization was deleted.
successboolean
True when the organization was deleted.

Errors

400
Bad Request Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error