Collections
Remove Product from Collection
Remove a product from a collection.
DELETE
TypeScript SDK
Authorizations
Authenticate requests using your standard bearer API key (e.g. YOUR_API_KEY).
Path Parameters
Collection ID
Example:
"col_123"
Product ID
Example:
"prod_123"
Response
200 - application/json
Product removed from collection successfully.
Response message indicating the outcome of the action.
Example:
"Product deleted successfully"
Previous
Verifying Webhook PayloadsVerify incoming webhook signatures to ensure they originate securely from Solifyn.
Next
TypeScript SDK