v1
latestOpenAPI 3.1.02026-08-066984441.1 MBprojectTemplateAutomations
Deletes the specified automation for a given projecttemplate.
Deletes the specified automation with its trigger and all its values. To delete the the automation the user needs to have 'write' permissions of the feature 'project-manage-config' globally. If the 'removeFromProject' boolean is set to true, all automations in projects of that project template created from that automation template are deleted aswell. Automations created from a workflow cannot be deleted via this endpoint.
<Check title="Required Permissions" icon="key">The user must be an admin or have project-manage-config:write permissions.</Check>
delete/projecttemplates/{projectTemplateId}/automations/{automationId}
Path parameters
automationIdstring uuid required
The id of the automation.
projectTemplateIdstring uuid required
The id of the project template.
Query parameters
removeFromProjectsboolean required
Whether to delete the automation also from all projects of the projecttemplate.
Headers
Authorizationstring required
Bearer authentication
Response
No Content
object required