Authorizations
JWT Bearer token authentication using the Authorization header
Path Parameters
(i64 formatted as string)
Response
Organization deleted successfully
Delete an organization
curl --request DELETE \
--url https://api.wacht.dev/organizations/{organization_id} \
--header 'Authorization: Bearer <token>'This response does not have an example.JWT Bearer token authentication using the Authorization header
(i64 formatted as string)
Organization deleted successfully
curl --request DELETE \
--url https://api.wacht.dev/organizations/{organization_id} \
--header 'Authorization: Bearer <token>'This response does not have an example.