Exclusive Transaction Deletion
DELETE
comparables/exclusive/transactions/<sourceTransactionId>&countryCode=<countryCode>
or
DELETE
comparables/exclusive/transactions/<uuid>&countryCode=<countryCode>
Deletes the exclusive transaction specified in the request path.
QueryParameters#
Field | Description | Type | Remarks |
---|---|---|---|
countryCode | ISO country code | string | transaction countryCode |
Request#
curl -X DELETE 'https://api.pricehubble.com/api/v1/comparables/exclusive/transactions/119a6ead-4ac4-4b4b-b264-195a2895618e?countryCode=CH' \
-H 'Authorization: Bearer 74126eab0a9048d993bda4b1b55ae074'