Asset APIs

DELDelete Assets

Delete assets based on supported filters. Although the public API is DELETE, the service internally calls the downstream delete-by-filter API using POST.

DELhttps://api.catalogix.ai/v1/assets

Authorization

Authorizationstringrequiredheader
Bearer token, Bearer <token>. Create one under Tokens in your workspace.

Headers

X-Request-Idstring
Optional trace ID

Body

application/json required

An array of objects. Each item:

store_uuidstringrequired
Example: 699ec31355208b213e56059a
channelstring
Example: SMP
parent_codestring
Example: SKU001
asset_idstring[]

Responses

200Assets deleted. A per-item failure (e.g. a store the caller cannot access, or a downstream delete error) is reported in the response body as a failed count and error_info entries, not as a non-200 status.
statusobject
Fields
codeinteger
0 = success, -1 = error
Example: 0
messagestring
Example: SUCCESS
request_idstring
Example: 8c8b2b7e-23d7-4c2a-91b0-2a7c4dfbb312
dataobject
Fields
deleted_countinteger
Example: 2
failedinteger
Example: 0
error_infoobject[]
400Validation error
statusstringdefault: "error"
The status of the request, typically 'error'
detailstringrequired
A description of the error
401Unauthorized – Bearer token missing or invalid
statusobject
Fields
codeinteger
Example: -1
messagestring
Example: Unauthorized – invalid or missing Bearer token
500Internal server error
statusobject
Fields
codeinteger
Example: -1
messagestring
Example: Internal server error. Please contact support@catalogix.ai

Something missing or unclear? Write to support@streamoid.com.

esc