Zum Inhalt springen

Workflow Actions

Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.

List of valid attributes:

AttributeDescription
action_idID of a related action
action_typeType of a related action
created_atTimestamp of creation
updated_atTimestamp of last update
discarded_atTimestamp of discarding

The following relationships can be included in requests:

RelationshipTypeDescription
actionbelongs tothe specific type of action, e.g. a workflow_web_request_action

Delete

Example response:

{
"data": {
"id": "15833508-e59c-4177-86db-dda7575ff61e",
"type": "workflow_action",
"attributes": {
...
}
}
}

This endpoint deletes a workflow action.

HTTP Request

DELETE /api/v1/workflow_actions/:workflow_action_id

URL Parameters

ParameterDescription
workflow_action_idThe ID of the workflow action to delete