Delete Application Role
DELETE {{apiPath}}/environments/{{envID}}/applicationRoles/{{appRoleID}}
The DELETE /environments/{{envID}}/applicationRoles/{{appRoleID}}
operation deletes the application role specified by its ID in the request URL.
When successful, the DELETE
request returns a code 204 No Content
message.