POST /coverage/url-lists/{urlListId}/urls/remove removes URLs from a list.
It is an idempotent set-remove: removing a URL that is not a member is
accepted and simply does not change urlCount. URLs are normalized with the
same rules as adding URLs, so any variant
that normalizes to a member’s normalized URL removes that member.
Request
Path parameters
string
required
The list id (
cul_...).Body parameters
string[]
required
1–1,000 product URLs per request, each at most 2,048 characters.
Example
Response
The same shape as adding URLs:accepted, rejected, the list’s new urlCount, and a requestId.