Error
IPWhitelist
Batch delete IP whitelists
Deletes multiple IP whitelists belonging to the team in the URL. Every id must resolve to a whitelist entry 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
IPWhitelist resource deleted