Skip to main content

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

Path Parameters

    propertyId int64required

    ID of the property to delete

    Example: 100

Responses

Property deleted successfully

Loading...