Background Jobs
Cancel background jobs using job IDs
Cancel any in progress or scheduled background job by providing the job ID. Currently only supports item and variant import jobs.
POST
/
product-jobs
/
{id}
/
actions
/
cancel
Authorizations
Authorization
string
headerrequiredS2S access token (JWT) from fabric Identity service (during login)
Headers
x-fabric-tenant-id
string
A header used by fabric to identify the tenant making the request. You must include tenant id in the authentication header for an API request to access any of fabric’s endpoints. You can retrieve the tenant id , which is also called account id, from Copilot. This header is required.
x-fabric-request-id
string
Unique request ID
Path Parameters
id
string
required24-character system-generated job ID
Was this page helpful?