Revokes the cold-calling consent for a customer. Requires SITE_CUSTOMER:WRITE permission and RS:CUSTOMER_UPDATE right.
Behavior:
- Sets a revocation date on the consent record.
- Deletes all associated proof files from storage.
- If no consent exists, the operation still returns 204.
Security
bearerAuth
- Mock serverhttps://api-doc.immo-facile.com/_mock/openapi/customers/{customerId}/consent
- https://v2.immo-facile.com/api/v2/sitehttps://v2.immo-facile.com/api/v2/site/customers/{customerId}/consent
curl -i -X DELETE \
https://api-doc.immo-facile.com/_mock/openapi/customers/789/consent \
-H 'Authorization: Bearer <YOUR_opaque_HERE>'