ReferenceCollections
Detach a product from a collection
Removes a product from the collection. Requires a master token and an admin user.
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