Contacts
Delete a contact
DELETE
/contacts/{phone_number}
Delete a contact and all the related data by providing a phone number. Warning: there is no way to recover this data so be mindful when using this operation.
Headers
Name
Value
Content-Type
application/json
Authorization
your-api-key
URL Parameters
Name
Value
phone_number
34XXXXXXXXXXX
Contact phone number without plus sign
Response
The contact was deleted successfully, alongside any messages they had exchanged with Polser.
Last updated
Was this helpful?