cURL
curl --request POST \ --url https://api.indiepitcher.com/v1/contacts/delete \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "email": "john@acme.com" }'
{ "success": true }
Deletes a contact with provided email from the mailing list
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
An empty response
The response is of type object.
object