Workflow Actions
Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.
List of valid attributes:
Attribute | Description |
---|---|
action_id | ID of a related action |
action_type | Type of a related action |
created_at | Timestamp of creation |
updated_at | Timestamp of last update |
discarded_at | Timestamp of discarding |
The following relationships can be included in requests:
Relationship | Type | Description |
---|---|---|
action | belongs to | the 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
Parameter | Description |
---|---|
workflow_action_id | The ID of the workflow action to delete |