Remove Kit Product
DELETE /api/users/{user}/kit/{product_id}
Section titled “DELETE /api/users/{user}/kit/{product_id}”Removes a product from the user’s kit.
The {user} path parameter is the internal user id (use Find User by Email to look it up).
Headers
Section titled “Headers”| Header | Required | Value |
|---|---|---|
api-key | yes | Import API key |
Response
Section titled “Response”HTTP 200 OK
{ "success": true}HTTP error codes
Section titled “HTTP error codes”| Status | Description |
|---|---|
401 | Missing api-key header |
403 | Invalid api-key value |
404 | User not found, or product not in user’s kit |