cURL
curl --request DELETE \ --url https://app.weesend.com/api/v1/contactBooks/{contactBookId} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "success": true, "message": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"clx1234567890"
Contact book deleted successfully