Delete Resource Action

Delete Resource Action

Delete resource action.

Request
URI
DELETE
https://vra-interop-222-139.lvn.broadcom.net/form-service/api/custom/resource-actions/{id}
COPY
Path Parameters
string
id
Required

id


Authentication
This operation uses the following authentication methods.
Responses
200

'Success' empty body if resource action has been deleted

Operation doesn't return any data structure

403

'Forbidden' no resource action managing rights

Operation doesn't return any data structure

404

'Not Found' if there is no resource action with specified ID

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X DELETE -H 'Authorization: <value>' https://{api_host}/form-service/api/custom/resource-actions/{id}