Delete an automated test
Deletes an automated test. Its configured weekday runs are also removed.
Path Parameters
- Type: integerFormat: int32idrequired
ID of the automated test to delete.
Responses
- 204
The automated test was deleted
- application/json
Request Example for delete/v1/automated_tests/{id}
curl http://api.mailreach.co/api/v1/automated_tests/42 \
--request DELETE \
--header 'X-Api-Key: YOUR_SECRET_TOKEN'
No Body