Skip to main content
DELETE /coverage/url-lists/{urlListId} requests deletion of a coverage URL list. Deletion is asynchronous and permanent — there is no grace window and no restore. Teardown revokes Reader access, deletes the BigQuery listing and datasets, and purges the list’s URLs. The list’s name is released immediately for reuse.

Request

Path parameters

string
required
The list id (cul_...).

Example

Response

202 Accepted with the URL list object in delete_pending. The list keeps appearing in reads until teardown completes, then disappears. Repeating the request while deletion is pending returns the same delete_pending object.

Errors

SDK equivalents