DEPRECATED: Delete multiple customers
POST/customers/delete
Delete multiple customers by customerId. Currently deprecated. Use DELETE /customers/batch
instead.
Request
- application/json
Body
required
customerIds string[]required
Responses
- 200
- default
Successful response
- application/json
- Schema
Schema
string
Error response
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
message stringrequired
code stringrequired
issues object[]
message stringrequired
{
"message": "string",
"code": "string",
"issues": [
{
"message": "string"
}
]
}
Loading...