API reference
V2Executions

Delete execution

Deletes a execution.

DELETE
/api/v2/executions/{id}

Deletes a execution.

Authorization

access_token
Authorization<token>

In: header

Path Parameters

id*string

Id

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/api/v2/executions/string"
{  "status": "ok",  "data": {}}