Organization

Delete Organization

Delete an organization by its id. The auth'ed user must be an owner of the organization to delete it.

delete/api/organization/{organization_id}

Path parameters

organization_idstring uuid required

The id of the organization you want to fetch.

Headers

TR-Organizationstring uuid required

The organization id to use for the request

Response

Confirmation that the organization was deleted

Changes