SupportDeveloper ForumLogin
  • Overview
    • Introduction
    • Getting Started
    • Authentication
    • Error Handling
    • Pagination
    • Filtering
    • Ordering
    • Rate Limits
    • Permissions
    • Webhooks
    • MCP Server
    • Versioning
    • Changelog
    • Support
  • API v1 Reference
    • Projects Overview
    • Tasks Overview
    • Time Tracking Overview
    • Documents Overview
    • Search Overview
    • Companies Overview
    • Users Overview
    • Files & Images Overview
    • Custom Fields Overview
    • Workload & Planning Overview
    • Project Templates Overview
    • Login & Access Overview
    • API Management Overview
LogoLogo
SupportDeveloper ForumLogin
API v1 ReferenceProject Automations

Deletes the specified automation for a given project.

DELETE
https://api.awork.com/api/v1/projects/:projectId/automations/:automationId
DELETE
/api/v1/projects/:projectId/automations/:automationId
1curl -X DELETE https://api.awork.com/api/v1/projects/projectId/automations/automationId \
2 -H "Authorization: Bearer <token>"
Try it
204No Content
1{}
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. <Check title="Required Permissions">Any authenticated user.</Check>
Was this page helpful?
Previous

Gets the actions of an automation.

Next
Built with
Gets the actions of an automation.

Authentication

AuthorizationBearer

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

Path parameters

automationIdstringRequiredformat: "uuid"
The id of the automation.
projectIdstringRequiredformat: "uuid"
The id of the project.

Response

No Content
No Content

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.

Required Permissions
Any authenticated user.