Bulk Delete Companies
AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://loading/api/v2/bulk/companies/delete" \ -H "Content-Type: application/json" \ -d '{ "ids": [ "string" ] }'{
"created": 0,
"failed": 0,
"succeeded": 0,
"total": 0,
"updated": 0
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}