Skip to main content
DELETE
/
api
/
v2
/
external
/
execution
/
{execution_id}
Delete execution
curl --request DELETE \
  --url https://api.example.com/api/v2/external/execution/{execution_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Path Parameters

execution_id
string
required

Response

Successful Response