Delete an attached product from a deal

DELETE {{baseUrl}}/deals/:id/products/:product_attachment_id

Deletes a product attachment from a deal, using the product_attachment_id

Not possible to delete the attached product if the deal has installments associated and the product is the last one enabled

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"success":true,"data":{"id":123}}