/r/{repoId}/objectmanagement/properties/{id}
DELETE
Deleting a property
You can delete a property that is no longer required from the repository by applying this request.
A property can only be deleted if it is no longer assigned to any category and if it has not been predefined by the system (readOnly=true).
Parameters
repoId/string/required
The unique ID of the repository.
id/string/required
The unique ID of the property.
Responses
204
The property was deleted successfully.
404
The property with the specified ID could not be determined.
Show operation