Remove role from application
Remove the role from an application with the given ID.
Path parameters
-
The unique identifier of the role.
-
The unique identifier of the application.
DELETE /api/roles/{id}/applications/{applicationId}
curl \
-X DELETE https://[tenant_id].logto.app/api/roles/{id}/applications/{applicationId} \
-H "Authorization: Bearer $ACCESS_TOKEN"