cURL
Extract
Cancel Product
Cancel a running extract. Stops an active extract job that is currently processing.
DELETE
cURL
Documentation Index
Fetch the complete documentation index at: https://docs.getcatalog.ai/llms.txt
Use this file to discover all available pages before exploring further.
Cancellation Requirements: You can only cancel executions that are currently running. If an execution has already completed or failed, it cannot be canceled. The endpoint will return an error if you attempt to cancel a non-running execution.
Request
Your API key for authentication
The execution ID of the product processing job to cancelFormat:
products-batch-{uuid}Note: If the execution ID does not exist, the endpoint returns a 404 Not Found error.Response
Status after cancellation. Always
"canceled" on success.The execution identifier that was canceled
ISO 8601 timestamp when the execution was stopped (null if not available)
cURL