Permanently delete an attribute description from the system
DELETE/v2/attribute-descriptions/:lookupKey/:lookupValue
Remove an attribute description and all its configuration permanently from the system.
This operation will delete the attribute description schema including all metadata and configuration settings. This is a destructive operation that cannot be undone.
Warning: Deleting an attribute description may affect existing attributes that depend on this description. Ensure no active attributes are using this description before deletion.
The deletion process:
- Removes the attribute description record completely
- Cleans up associated metadata and configuration
- Maintains system integrity and consistency
- Cannot be reversed once completed
Request
Responses
- 200
- 400
- 401
- 404
- 500
Successfully deleted the attribute description
Invalid request parameters or validation errors
Authentication required - Invalid or missing OAuth2 token
Attribute description not found with the specified criteria
Internal server error occurred while deleting the attribute description