Unlink scope from role
Unlink an API resource scope (permission) from a role with the given ID.
Path parameters
-
The unique identifier of the role.
-
The unique identifier of the scope.
DELETE /api/roles/{id}/scopes/{scopeId}
curl \
-X DELETE https://[tenant_id].logto.app/api/roles/{id}/scopes/{scopeId} \
-H "Authorization: Bearer $ACCESS_TOKEN"