cURL
curl --request DELETE \ --url https://app.usesend.com/api/v1/contactBooks/{contactBookId}/contacts/bulk \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "contactIds": [ "<string>" ] } '
{ "success": true, "count": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
3
"cuiwqdj74rygf74"
1 - 1000
Bulk delete contacts from a contact book