Delete
Delete Automation
delete/api/v1/automations/{id}
Invokes the c1.api.automations.v1.AutomationService.DeleteAutomation method.
Path Parameters
idstring
The id field.
Body Parameters
bodyunknown
optional
The DeleteAutomationRequest message.
Request example cURL
curl https://{tenantDomain}.conductor.one/api/v1/automations/$ID \
-X DELETE \
-H 'Content-Type: application/json' \
-H "Authorization: Bearer $CONDUCTORONE_SDK_API_KEY"200 Example
{}