Delete organization scope
Delete organization scope by ID.
DELETE
/api/organization-scopes/{id}
curl \
--request DELETE 'https://[tenant_id].logto.app/api/organization-scopes/{id}' \
--header "Authorization: Bearer $ACCESS_TOKEN"