cURL
curl --request DELETE \ --url https://api.givebutter.com/v1/contacts/{contact} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The contact ID
Was this page helpful?