Delete Automation

Delete a specific automation

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

automationIdstringRequired
ID of the automation to delete

Response

OK

Errors

401
Automations Delete Request Unauthorized Error
403
Automations Delete Request Forbidden Error
404
Automations Delete Request Not Found Error
422
Automations Delete Request Unprocessable Entity Error
500
Automations Delete Request Internal Server Error