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