This action is irreversible. All specified contacts will be permanently removed.
Authorizations
Body
Array of contact UUIDs to delete.
Response
Whether the request succeeded.
Human-readable status message.
Deletion result with count.
curl -X POST https://api.ravan.ai/api/v1/contacts/bulk-delete \
-H "X-Api-Key: YOUR_API_KEY" -H "Content-Type: application/json" \
-d '{"ids": ["019d3a2b-5c6d-7e8f-9a0b-1c2d3e4f5a6b", "019d3a2b-6d7e-8f9a-0b1c-2d3e4f5a6b7c"]}'
{ "success": true, "message": "Contacts deleted successfully", "data": { "deleted_count": 2 } }