Error
ProxyAccount
Batch delete proxy accounts
Deletes multiple proxy accounts belonging to the team in the URL. Every id must resolve to a proxy account owned by . Returns 204 when all ids are deleted, 403 when some ids are not accessible for this team, and 422 when the request body is invalid.
DELETE
Error
Authorizations
Value for the api-key header parameter.
Path Parameters
Team identifier
Body
application/json
Document identifiers to delete.
Required array length:
1 - 100 elementsPattern:
^[0-9a-fA-F]{24}$Example:
["507f1f77bcf86cd799439011"]
Response
ProxyAccount resource deleted