projectAutomations
Deletes the specified automation for a given project.
Deletes the specified automation for a given project. Also deletes all actions connected to the automation. The user needs to be the owner of the project or have 'write' permissions of the feature 'project-master-data' globally or in the project. Automations created from a workflow cannot be deleted via this endpoint.
<Check title="Required Permissions" icon="key">Any authenticated user.</Check>
delete/projects/{projectId}/automations/{automationId}
Path parameters
automationIdstring uuid required
The id of the automation.
projectIdstring uuid required
The id of the project.
Headers
Authorizationstring required
Bearer authentication
Response
No Content
object required
Changes
No recorded changes to this endpoint across all 5 revisions of this API.