Delete Contact Address
DELETE {{baseUrl}}/cas/contacts/{{contactId}}/addresses/{{addressTypeId}}
Delete an address for a Contact.
Note, this does not delete the underlying address from the Address List, but simply removes the address from the Contact record.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
`` | null |
Request Body
{"addressType"=>"POSTAL_ADDRESS", "effectiveDate"=>"2022-07-25", "addressId"=>1675110}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |