Returns (Task)
This removes the designated Operation Right object from the data base.
Name | Description |
---|---|
item |
Example in C#
// Returns: nothing
await client.DeleteOperationRightsAsync(OperationRightInfo item);
Example in CURL
curl -X DELETE \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/operationrights/OPERATIONRIGHT.KEY \
-H 'Authorization: Bearer TOKEN_GOES_HERE'