POST
/
contacts
/
delete
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
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
email
string
required

Response

200 - application/json
An empty response
success
boolean

Always true