Path parameters
-
The unique identifier of the organization.
DELETE /api/organizations/{id}
curl \
-X DELETE https://[tenant_id].logto.app/api/organizations/{id} \
-H "Authorization: Bearer $ACCESS_TOKEN"
The unique identifier of the organization.
curl \
-X DELETE https://[tenant_id].logto.app/api/organizations/{id} \
-H "Authorization: Bearer $ACCESS_TOKEN"