POST Customer/Delete?customerNumber={customerNumber}
Delete a Customer: Preferred way: use of http delete: DELETE url/v2/customers/{customerId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
customerNumber |
customer number |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Http Status Code
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.