cURL
curl --request DELETE \ --url https://api.truecold.io/zone/many \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "ids": [ "<string>" ] } '
{ "message": "Zones deleted successfully", "deletedCount": 123 }
Documentation IndexFetch the complete documentation index at: https://integrations.truecold.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://integrations.truecold.io/llms.txt
Use this file to discover all available pages before exploring further.
API key for authentication. Contact your administrator to get an API key.
Array of zone IDs to delete
Successfully deleted zones
"Zones deleted successfully"