DELETE api/Customers/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Customer| Name | Description | Type | Additional information |
|---|---|---|---|
| customerId | globally unique identifier |
None. |
|
| name | string |
None. |
|
| phone | string |
None. |
|
| string |
None. |
||
| dateCreated | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"customerId": "6a438bb6-0c9c-4704-ba05-da84b2f14fcc",
"name": "sample string 2",
"phone": "sample string 3",
"email": "sample string 4",
"dateCreated": "2026-03-20T18:44:42.0535688+00:00"
}
text/html
Sample:
{"customerId":"6a438bb6-0c9c-4704-ba05-da84b2f14fcc","name":"sample string 2","phone":"sample string 3","email":"sample string 4","dateCreated":"2026-03-20T18:44:42.0535688+00:00"}