You can delete an attribute on an object or project by specifying the name of the attribute and specifying the object or project.
About this task
attr|attribute -d|-delete attr_name -p|-project project_spec...
attr|attribute -d|-delete attr_name object_spec...
- -d|-delete attr_name
- Deletes an attribute.
Example
Delete an attribute named
new_attr from the
driver-1 project.
ccm attr -d new_attr -project driver-1