cURL
curl --request DELETE \ --url https://app.tuco.ai/api/leads \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "ids": [ "674a1b2c3d4e5f6789012345", "674a1b2c3d4e5f6789012346" ] } '
200
Example
{ "deletedCount": 2 }
Permanently delete leads from the workspace. List counts and campaign data are updated. Invalid IDs are skipped; deletedCount is the number actually deleted.
Workspace API key: Authorization: Bearer tuco_sk_xxxxxxxxxxxxx
Lead IDs to delete
Deletion result