Web Service Documentation / Categories / Property Services / Delete Property Verification Professional Designation Information

Delete Property Verification Professional Designation Information

Updated on January 15, 2021

Description

This web service deletes all of the professional designation portion of the verification information for a specific property specified in the URL.

Version

22.0

HTTP Method

DELETE

Resource URL

/property/(propertyId)/verification/professionalDesignation

Header

Field Name Value Comments
Authorization Basic credentials

Authorization Required

Yes

Parameters

Parameter Name Description
propertyId Id of the property

XML Schemas

Request/Response Schema Name
Request None
Response response.xsd

Example Request

The following example deletes the professional designation portion of the verification information for a property that has an id of 32423.

DELETE  /property/32423/verification/professionalDesignation

Example Response

The following example indicates that the operation was successful.

<?xml version="1.0" encoding="UTF-8"?>
<response status="Ok"/>
TEST