Skip to content

Delete a follow-up
Customers

Request

Removes a follow-up between a customer and a product. Requires SITE_CUSTOMER:WRITE permission.

Security
bearerAuth
Path
customerIdintegerrequired

ID of the customer.

Example:789
productIdintegerrequired

ID of the product to unfollow.

Example:12345
curl -i -X DELETE \
  https://api-doc.immo-facile.com/_mock/openapi/customers/789/follow-ups/12345 \
  -H 'Authorization: Bearer <YOUR_opaque_HERE>'

Responses

Follow-up deleted

Response
No content