Skip to main content
DELETE
/
api
/
teams
/
{team_id}
/
proxy_accounts
/
batch
Error
A valid request URL is required to generate request examples
{
  "@id": "<string>",
  "@type": "<string>",
  "@context": "<string>",
  "title": "<string>",
  "detail": "<string>",
  "status": 400,
  "instance": "<string>",
  "type": "<string>",
  "description": "<string>"
}

Authorizations

api-key
string
header
required

Value for the api-key header parameter.

Path Parameters

team_id
string
required

Team identifier

Body

application/json
ids
string[]
required

Document identifiers to delete.

Required array length: 1 - 100 elements
Pattern: ^[0-9a-fA-F]{24}$
Example:
["507f1f77bcf86cd799439011"]

Response

ProxyAccount resource deleted