Delete Application Role Permission
DELETE {{apiPath}}/environments/{{envID}}/applicationRoles/{{appRoleID}}/permissions/{{appRolePermissionID}}
The DELETE /environments/{{envID}}/applicationRoles/{{appRoleID}}/permissions/{{appRolePermissionID}}
operation deletes the association of the application resource permission with the application role specified by its ID in the request URL.
::: info
Note: The {{appRolePermissionID}}
ID specified in the request URL is the id
property returned by the Create Application Role Permission request, which is the same ID as the application resource permission ID specified in the POST request body.
When successful, the DELETE
request returns a code 204 No Content
message.