Delete Contact
1import Reloop from 'reloop-email';2
3const reloop = new Reloop('re_123456789');4
5const { response, error } = await reloop.contacts().delete('cont_123456789');6if (error) throw error;1{2 "success": true,3 "object": "contact",4 "id": "cont_123456789",5 "event": "contact.delete"6}Path Parameters
contact_idstringRequired
Unique contact identifier
Was this page helpful?
- Need help? Contact Support.
- Chat with Reloop developers on Discord.
- Check out our changelog.
- Questions? Contact Sales.
- LLM? Read llms.txt.