DELETE | Automation
  • 1 minute to read
  • Dark
    Light
  • PDF

DELETE | Automation

  • Dark
    Light
  • PDF

Article summary

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?