Delete Record API

The Delete Record API allows deletion of a specific search record by ID, enabling users to manage and remove individual records securely from the system.

DELETE /api/developer/delete_record/{id}: Deletion of single request

delete a single search record.

{
    "key": "YOUR_API_KEY"
}
  • Replace {id} with the search request you'd like to delete.

  • Replace YOUR_API_KEY in the "key" field with your actual API Key.

Last updated