DELETE | Automation
- 1 minute to read
- Print
- DarkLight
- PDF
DELETE | Automation
- 1 minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Deletes the automation with the ID provided on the endpoint.
DELETE /iso/sctm/automation/{id}
Deletion Response
{
"code": 200,
"response": {
"status": 200,
"message": "Automation deleted",
"error": false,
"error_code": 0
}
}
Was this article helpful?