DELETE api/v{version}/clients/{clientId}/address/delete/{addressTypeCode}
Deletes an address for a client.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientId |
The client ID. |
integer |
Required |
| addressTypeCode |
The address type code to remove. |
string |
Required |
| version |
The requested API version |
string |
Required Default value is 2.0 |
Body Parameters
None.
Response Information
Response Formats
application/json, text/json, application/problem+json, application/xml, text/xml
Sample:
Sample not available.