e95206a45b98

latestSwagger 2.02026-08-11126123175.5 KB
Tests

Delete a test's assets

Permanently deletes the session's stored files -- video, log files, HAR capture and screenshots -- ahead of the normal retention window, e.g. for compliance. The test result itself (status, metadata, command history) is kept; use DELETE /v1/tests/:id to remove the whole test. Idempotent: deleting a test with no remaining assets succeeds.

delete/v1/tests/{id}/assets

Path parameters

idstring required

Numeric test ID or WebDriver session_id.

Response

Delete a test's assets

successboolean required

Whether the operation succeeded.

errorsobject required

Validation errors keyed by field name. Only present when success is false.

errorstring required

Single human-readable reason, used by the older endpoints in place of errors. Only present when success is false.