Delete a property definition
DELETE/nevisidm/api/core/v1/properties/:propertyId
Since: 8.2605.0, 9.2605.0
Required permission(s): AccessControl.PropertyDelete
Deletes the property definition with the given ID.
This operation also removes all property values assigned to entities (users, profiles, units, etc.) and all allowed values for ENUM type properties.
Request
Responses
- 204
- 403
- 404
Property deleted successfully
Insufficient permissions
Property not found