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