v10
latestOpenAPI 3.1.02026-08-0375143791.1 KBwebdbs
Purge rows by URL pattern
Permanently deletes matching rows, change history, and saved pages.
post/webdbs/collections/{collection_id}/purge
Path parameters
collection_idstring required
Collection ID.
Example:col_123
Collection ID.
Request body
Example request
{
"url_match": [
"https://shop.com/products/:product_id",
"https://foo.com/item?id=*",
"https://foo.com/bar/*",
"**/events/**"
],
"tags": [
"production",
"team-alpha"
]
}Response
Purge queued
Example response
{
"collection_id": "col_123",
"run_id": "run_123",
"queued": true
}