Delete an execution record
DELETE /v1/workflows/:id/executions/:instanceId — Remove the persisted record of one execution instance.
DELETE /v1/workflows/:id/executions/:instanceId
Remove the persisted record of one execution instance.
| Method | DELETE |
| Path | /v1/workflows/:id/executions/:instanceId |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | workflows |