contacts: delete
Authorization: Bearer ********************
{ "ids": [ 1 ] }
curl --location --request DELETE 'https://getrasl.io/api/v2/contacts/batch' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "ids": [ 1 ] }'
{ "success": true, "summary": { "total": 0, "deleted": 0, "failed": 0 } }