Skip to main content
POST
Archive providers by id or by filter (reports skipped ids)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Either ids (explicit list) or where (the list route's filters) - exactly one.

Either ids (explicit list) or where (the list route's filters) - exactly one.

ids
string<uuid>[]
required

Between 1 and 200 distinct ids; duplicates are a 400.

Required array length: 1 - 200 elements
Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$

Response

Default Response

count
integer
required
Required range: 0 <= x <= 9007199254740991
skipped
object[]
required