Peach Developer API Docs
  • Iframe Integration
  • Payment Webhook
  • Stripe integration
  • API Reference
    • Authentication
    • Campaigns
      • Get Campiagn
      • Get Campaign stats
    • Payments
      • Create Payment
      • Update Payment
    • Transactions
      • Get Transactions
    • Contacts
      • Create Contact
      • Get Contact
      • Delete Contact
      • Update Contact
    • Interactions
      • Create Note
    • Interactions
    • Marketing Campaigns
    • Users
    • Imports
Powered by GitBook
On this page
  • Request Body
  • Response
  1. API Reference
  2. Contacts

Delete Contact

PreviousGet ContactNextUpdate Contact

Last updated 1 month ago

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 section.

A successful response to the deleted contact endpoint will return a su

DELETEhttps://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"
}
Authorization