Delete a specific contact from a temporary mailing list.
DELETE https://www.prayerletters.com/api/v1/lists/{list_id}/contacts/{contact_id}

URL Parameters

contact_id
The ID of the contact to be deleted.
list_id
The ID of the list containing the contact.

Successful Response

HTTP/1.1 204 No Content

Error Response

403 lists.permission_error
You need the lists.write scope to perform this action.