Archive a product

ARCHIVES the product: it leaves the active catalog and can be restored from the dashboard for 30 days, after which it is purged. Deliberately not an immediate delete — a buggy integration should not be able to destroy an agency's catalog.

DELETE
/v1/catalog/products/{productId}

ARCHIVES the product: it leaves the active catalog and can be restored from the dashboard for 30 days, after which it is purged. Deliberately not an immediate delete — a buggy integration should not be able to destroy an agency's catalog.

Authorization

AuthorizationBearer <token>

The organization API key, sent as Authorization: Bearer <key>.

In: header

Path Parameters

productId*string

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/v1/catalog/products/string"
{  "archivedAt": "2019-08-24T14:15:22Z",  "id": "string"}