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 \
 --request DELETE https://[tenant_id].logto.app/api/organization-scopes/{id} \
 --header "Authorization: Bearer $ACCESS_TOKEN"