Last updated
© 2025 make.com
Last updated
Deletes incomplete executions of the specified scenario. Specify the incomplete execution ID values in the ids
array in the request body to delete the specified incomplete executions.
You can set the "all": true
pair to delete all incomplete executions of the specified scenario. If you use the "all": true
parameter, you have to specify the confirmed=true
query parameter to confirm the deletion. Otherwise, the API call returns the error IM004 (406).
Add the exceptIds
array to the request body to specify items you don't want to delete.
You get an error if you try to delete incomplete executions which are being processed. The rest of the specified items is still deleted.
The ID values of the scenario incomplete executions that you want to delete. Use the API call GET /dlqs/?scenarioId={scenarioId} to get the ID values of the webhook processing queue items.
If you are deleting all of the incomplete executions with the all:true parameter, you can specify the ID values of the incomplete executions that you want to keep. Use the API call GET /dlqs?scenarioId={scenarioId} to get the ID values of the incomplete executions.
Set to true to delete all incomplete executions of the specified scenario.
Successful response