Web Service Documentation / Categories / Property Services / Delete Property Verification Information
Updated on January 15, 2021
This web service deletes the verification information for a given property.
23.0
DELETE
/property/(propertyId)/verification
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 verification information for a property that has an id of 32423.
DELETE /property/32423/verification
The following example indicates that the operation was successful.
<?xml version="1.0" encoding="UTF-8"?>
<response status="Ok"/>