Stop and delete batch request
Last updated
Was this helpful?
DELETE https://app.ecwid.com/api/v3/{storeId}/batch?ticketId={ticketId}
Stops all remaining non-executed requests inside the batch and completely deletes it from history.
This request does not require any access scopes.
All path params are required.
storeId
number
Ecwid store ID.
Request works with one required query param.
ticketId
string
Internal "ticket ID" assigned to the batch. Required
A JSON object with the following fields:
deleteCount
number
The number of deleted items that defines if the request was successful.
One of:
1 if the item was deleted,
0 if the item was not deleted.
Last updated
Was this helpful?
Was this helpful?
