Spawn Delete Items Job
POST {{baseUrl}}/api/catalog-item-bulk-delete-jobs/
Create a catalog item bulk delete job to delete a batch of catalog items.
Rate limits:
Burst: 75/s
Steady: 700/m
Scopes:
Catalogs Write
Request Body
{"data"=>{"type"=>"catalog-item-bulk-delete-job", "attributes"=>{"items"=>[{"type"=>{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, "id"=>{"value"=>"<Error: Too many levels of nesting to fake this schema>"}}, {"type"=>{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, "id"=>{"value"=>"<Error: Too many levels of nesting to fake this schema>"}}]}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
revision | string | (Required) API endpoint revision (format: YYYY-MM-DD[.suffix]) | |
Content-Type | string | ||
Accept | string |