Delete Extended Property
DELETE/api/extendedproperties/deleteextendedproperty/:id
Tier: Public — stable, supported for third-party integration.
Soft-deletes an extended-property definition.
The existence lookup behind this action is not organisation-scoped: a caller with Delete permission in their own organisation can currently soft-delete another organisation's extended property by id, after which the in-use check runs against the property's actual (foreign) organisation.
Request
Responses
- 200
- 400
- 401
- 403
Returns true.
The extended property does not exist (NotFound), or it is still in use
(IllegalDeleteAttempt) — for Task/Service-typed properties, referenced by
a live task/service row; for all other types, a member of any live ItemAggregate.TemplateMaster.
Caller is not authenticated.
Caller does not have Delete permission on the ExtendedProperty module.