API ReferenceProducts

Delete a product

DELETE /rest/v1/products/{id}

DELETE
/products/{id}

Archives the product (soft delete) and removes its hosted images. A product with LIVE listings cannot be deleted — delist each listing first (DELETE /listings/{id}), otherwise this returns 422 product_still_listed. This mirrors the platform invariant: Nembol never forgets a product that is still live on a channel.

AuthorizationBearer <token>

Authorization: Bearer nbl_live_... (or nbl_test_... for test mode). Test-mode writes are validated and simulated but never persisted and never touch channels; simulated results are marked simulated.

In: header

Path Parameters

id*string

Header Parameters

Idempotency-Key?string

Unique client-generated key (max 255 chars), stored 24h.

Lengthlength <= 255

Response Body

application/json

application/json

curl -X DELETE "https://example.com/products/string"
{  "id": "op_8fd2c1",  "object": "operation",  "type": "string",  "status": "pending",  "resource_type": "string",  "resource_id": "string",  "results": [    {      "channel_account_id": "string",      "listing_id": "string",      "sku": "string",      "status": "pending",      "error": {        "code": "string",        "message": "string"      }    }  ],  "created_at": "2019-08-24T14:15:22Z",  "completed_at": "2019-08-24T14:15:22Z"}

Last updated on July 28, 2026

Need help?

The API is in private beta — email us and a human replies, usually within one business day.