curl --request DELETE \
--url https://api.wirespeed.com/endpoint/hva/automation/{id} \
--header 'Authorization: Bearer <token>'
Permanently delete an HVA automation rule
curl --request DELETE \
--url https://api.wirespeed.com/endpoint/hva/automation/{id} \
--header 'Authorization: Bearer <token>'
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Unique identifier of the automation rule to delete
Automation rule successfully deleted