Deletes an action for an automation.
Deletes an action for an automation including all its values. The user needs to be owner of the project or needs permission ‘write’ of the feature ‘project-master-data’ globally or in the project.
Required Permissions
Any authenticated user.Path parameters
projectId
The id of the project of the automation.
automationId
The id of the automation.
actionId
The id of the action.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
No Content
id
The id of the action.
createdBy
The id of the user who created the action.
createdOn
The date the action was created.
updatedBy
The id of the user who updated the action.
updatedOn
The date the action was updated.
type
The type of the action.
order
The order of the action.
values
The values of the action.