POST Customer/Delete?customerNumber={customerNumber}

Delete a Customer: Preferred way: use of http delete: DELETE url/v2/customers/{customerId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
customerNumber

customer number

string

Required

Body Parameters

None.

Response Information

Resource Description

Http Status Code

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.