Roles

Remove role from application

Remove the role from an application with the given ID.

delete/api/roles/{id}/applications/{applicationId}

Path parameters

idstring required

The unique identifier of the role.

applicationIdstring required

The unique identifier of the application.

Response

The role was removed from the application.

Changes