Delete Grant

DELETE {{apiPath}}/environments/{{envID}}/applications/{{appID}}/grants/{{grantID}}

To delete an application resource grant, you need to specify the environment ID, the application ID, and the grant ID. The DELETE /environments/{{envID}}/applications/{{appID}}/grants/{{grantID}} operation deletes the identified application resource grant.

For successful delete operations, a 204 NO CONTENT message is returned by the request.