Skip to main content
DELETE
/
api
/
executions
/
{execution_uuid}
Delete Execution
curl --request DELETE \
  --url https://api.example.com/api/executions/{execution_uuid}
{
  "is_error": false,
  "error_message": "<string>"
}

Headers

kinetic-api-key
string | null

Path Parameters

execution_uuid
string
required

Response

Successful Response

is_error
boolean
default:false
error_message
string | null