Remove a contact from the database.
DELETE
https://www.prayerletters.com/api/v1/contacts/{contact_id}
We keep a record of deleted contacts, and will also return status 204 (No Content) if the contact previously existed but has already been deleted.
URL Parameters
- contact_id
- The ID of the contact to be retrieved, as returned by GET. It typically follows the format
c-###-####
, but is not guaranteed to do so, and should be treated as an opaque string.
Successful Response
HTTP/1.1 204 No Content
API Basics
Contacts API
Files API
Fonts API
Lists API
Logos API
Payment API
Stock API
Webhooks API