Delete Contact
To delete a contact, make a DELETE request to the following endpoint:
https://api.peach-in.com/v4/deleteContact
Request
Include your API key in the Authorization header of the request, as described in the Authorization section.
A successful response to the deleted contact endpoint will return a su
DELETE
https://api.peach-in.com/v4/deleteContact
Request Body
{
"contactId": "49425860-202c-11f0-91c6-472f50892278"
}
Response
{
"success": true,
"message": "contact with id 49425860-202c-11f0-91c6-472f50892278 was deleted"
}
Last updated