cURL
curl --request POST \ --url https://api.indiepitcher.com/v1/contacts/delete \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "email": "[email protected]" } '
{ "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>
"[email protected]"
An empty response
Always true