Web Service Documentation / Categories / Property Services / Delete Property Verification Professional Designation Information
Updated on January 15, 2021
This web service deletes all of the professional designation portion of the verification information for a specific property specified in the URL.
25.0
DELETE
/property/(propertyId)/verification/professionalDesignation
| Field Name | Value | Comments |
|---|---|---|
| Authorization | Basic credentials |
Yes
| Parameter Name | Description |
|---|---|
| propertyId | Id of the property |
| Request/Response | Schema Name |
|---|---|
| Request | None |
| Response | response.xsd |
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
The following example indicates that the operation was successful.
<?xml version="1.0" encoding="UTF-8"?>
<response status="Ok"/>
