Delete organization scope

DELETE /api/organization-scopes/{id}

Delete organization scope by ID.

Path parameters

  • id string Required

    The unique identifier of the organization scope.

Responses

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