API ReferenceWorkflows
Back to Platform

DELETE /workflows/{id}/actions/{id}

DELETE
/workflows/{id}/actions/{id}

DELETE operation for /workflows/{id}/actions/{id}

Authorization

ApiKeyAuth
Authorization<token>

API key authentication. Format: Your API key (no "Token" prefix needed)

In: header

Path Parameters

id*string

Response Body

application/json

curl -X DELETE "https://dev-rest.onboard.io/workflows/string/actions/{id}"
{
  "id": 1,
  "action_type": "send_email",
  "action_type_display": "string",
  "config": {},
  "trigger": "string"
}
Empty
Empty
Empty

How is this guide?