Deletes a property.
Path Parameters
- Type: stringidrequired
Property ID
Headers
- Type: stringIf
- Match ETag value for optimistic concurrency control
Responses
- 204
No Content
- application/problem+json
- application/problem+json
- application/problem+json
- application/problem+json
- application/problem+json
Request Example for delete/api/v1/properties/{id}
curl 'https://app.propstreet.com/api/v1/properties/{id}' \
--request DELETE \
--header 'If-Match: ' \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
No Body