Delete a Customer Contact
Delete a contact for the provided contact ID.
| Method Type | URI |
|---|---|
| DELETE | v90/ws/contact/{contactId}.ws |
URI Parameters
| Parameter | Description | Type |
|---|---|---|
| contactId | Identifier of the contact in the database. | Integer |
Sample Response
Success
HTTP Status Code: 204
Header-Location: Deleted
Failure
HTTP Status Code: 404
Response Body: ID 2 does not exist.
