API Reference / Predefined Actions

DELETE /predefined_actions/{predefined_action_id}

Delete a specific predefined action

Deletes a predefined action template. Actions already created from it on contacts are untouched. If this leaves its group with fewer than two members, the group is dissolved automatically.

Path parameters

Name Type Description
predefined_action_id req string Predefined Action ID

Responses

200 OK

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

Related guides