Unlinks a property from a project. Idempotent: unlinking a property that is not linked returns 204.

Path Parameters
  • id
    Type: string
    required

    Project ID

  • propertyId
    Type: string
    required

    Property ID to unlink

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/projects/{id}/properties/{propertyId}
curl 'https://app.propstreet.com/api/v1/projects/{id}/properties/{propertyId}' \
  --request DELETE \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
No Body