Delete organization

DELETE /api/organizations/{id}

Delete organization by ID.

Path parameters

  • id string Required

    The unique identifier of the organization.

Responses

DELETE /api/organizations/{id}
curl \
 -X DELETE https://[tenant_id].logto.app/api/organizations/{id} \
 -H "Authorization: Bearer $ACCESS_TOKEN"