Delete customer claim
DELETE/customers/:customerId/claims/:id
Delete the customer claim.
Request
Path Parameters
id uuidrequired
customerId uuidrequired
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...