Unlinks a property from a project. Idempotent: unlinking a property that is not linked returns 204.
Path Parameters
- Type: stringidrequired
Project ID
- Type: stringproperty
Id requiredProperty 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