DELETE api/clients/{clientId}/address/delete/{addressTypeCode}

Deletes an address for a client.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
clientId

The client ID.

integer

Required

addressTypeCode

The address type code to remove.

string

Required

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.