Deletes a property.

Path Parameters
  • id
    Type: string
    required

    Property ID

Headers
  • If-Match
    Type: string

    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