DELETEhttps://www.prayerletters.com/api/v1/contacts/:id
Remove a contact from the database.
Scope Required
contacts.write
URL Parameters
id
Example: c-###-####
Example: c-###-####
The ID of the contact to be deleted, 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.
Response
204 No Content
Successful response.
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.
Rate Limit
- 200 requests per hour
- 600 requests per day
API Overview
Contacts API
Files API
Hooks API
Orders API