Delete customer phone number
DELETE/customers/:customerId/phone-numbers/:id
Delete a customer's phone number.
Request
Path Parameters
id uuidrequired
customerId uuidrequired
Responses
- 200
- default
Successful response
- application/json
- Schema
- Example (from schema)
Schema
id uuidrequired
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
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...