Unlink scope from role
Unlink an API resource scope (permission) from a role with the given ID.
DELETE
/api/roles/{id}/scopes/{scopeId}
curl \
--request DELETE 'https://[tenant_id].logto.app/api/roles/{id}/scopes/{scopeId}' \
--header "Authorization: Bearer $ACCESS_TOKEN"