Skip to main content
DELETE
The Delete Log endpoint permanently removes a log from the system.
This operation is irreversible. The log will be permanently deleted and cannot be recovered. Use with caution.

Path parameters

string
required
The unique ID of the log to delete. You can get this from the List Logs endpoint.

Response

Returns HTTP 204 No Content on successful deletion with no response body.

Error Responses

Use Cases

Best Practices

Before deleting logs:

  1. Export important data: Use the export endpoint to backup logs before deletion
  2. Verify filters: When bulk deleting, test your filters with the list endpoint first
  3. Consider alternatives: For privacy compliance, consider using the blurred field instead of deletion
  4. Audit trail: Keep a record of deleted log IDs for compliance purposes
  • List Logs - Get log IDs for deletion
  • Get Log - Verify log contents before deletion
  • Update Log - Alternative: update metadata instead of deleting