{ "email": "…" } to erase a single address, or{ "all": true } to erase every capture for the page. Owner-scoped; you cancurl --location --request DELETE 'https://upload.tf/api/v1/pages/mysite/captures' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com",
"all": true
}'{
"success": true,
"data": {
"deleted": 0
}
}