Skip to main content

Delete addresses of a company in bulk

DELETE 

/v2/companies/:lookupKey/:lookupValue/addresses/bulk

Removes every address named in the body from the company identified by the URL.

Each id is deleted exactly as the single delete would delete it, and every deleted address emits its own event. An id that cannot be deleted lands in failedIds with an entry in failures saying why; the rest of the batch is deleted regardless, and repeated ids get one verdict.

An id that belongs to another company reads as ADDRESS_NOT_FOUND_ERROR — the lookup is always scoped to the company in the URL.

Request

Responses

Bulk delete completed. Read failures for the ids that were not deleted.