cURL
curl --request POST \ --url https://api.ravan.ai/api/v1/contacts/bulk-delete \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data ' { "ids": [ "<string>" ] } '
{ "success": true, "message": "<string>", "data": {} }
Bulk Delete Contacts.
Documentation IndexFetch the complete documentation index at: https://docs.ravan.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.ravan.ai/llms.txt
Use this file to discover all available pages before exploring further.
Array of contact UUIDs to delete
Successful response