Remove role from application
Remove the role from an application with the given ID.
DELETE
/api/roles/{id}/applications/{applicationId}
curl \
--request DELETE 'https://[tenant_id].logto.app/api/roles/{id}/applications/{applicationId}' \
--header "Authorization: Bearer $ACCESS_TOKEN"