API Reference / Actions

DELETE /actions/{action_id}

Delete a specific action

Deletes an action. Repeat the same request with undo=true to restore it.

Path parameters

Name Type Description
action_id req string Action ID

Query parameters

Name Type Description
undo boolean <boolean> Undo action deletion

Responses

200 OK

Standard error responses: 400 · 401 · 403 · 404 · 409 · 500 — shared across the API. See Errors.

Related guides