Delete the data classification item
DELETE/datasets/dataclassifications/:id
Deletes a data classification by name. The caller must have dataclassifications.fullaccess permission. Deletion is blocked when one or more datasets still reference this classification — remove the classification from those datasets first. Usage examples: DELETE /datasets/dataclassifications/testclassification — deletes the "testclassification" classification if no datasets reference it.
Request
Responses
- 200
- 400
- 500
Data classification deleted successfully.
Response Headers
Access-Control-Allow-Origin
Access-Control-Allow-Methods
Access-Control-Allow-Headers
Classification not found (IPV-1002).
Response Headers
Access-Control-Allow-Origin
Access-Control-Allow-Methods
Access-Control-Allow-Headers
Backend failure. GE-1118 when datasets still reference this classification. DB-1003 on DynamoDB delete failure.
Response Headers
Access-Control-Allow-Origin
Access-Control-Allow-Methods
Access-Control-Allow-Headers