Delete an API resource scope (permission) from the given resource.
DELETE
/api/resources/{resourceId}/scopes/{scopeId}
curl \
--request DELETE 'https://[tenant_id].logto.app/api/resources/{resourceId}/scopes/{scopeId}' \
--header "Authorization: Bearer $ACCESS_TOKEN"