Nimbu Developer Docs
ReferenceCollections

Detach a product from a collection

DELETE
/collections/{collection_id}/products/{product_id}

Removes a product from the collection. Requires a master token and an admin user.

Authorization

AuthorizationBearer <token>

Personal access token tied to a user account. Requires the X-Nimbu-Site header to scope requests.

In: header

X-Nimbu-Site<token>

Identifier of the site context when authenticating with a personal access token.

In: header

Path Parameters

collection_id*string

Collection identifier

product_id*string

Product identifier

Response Body

application/json

curl -X DELETE "https://example.com/collections/string/products/string"
{
  "status": "string"
}
Empty