# Delete term content Permanently deletes localized content for an attribute term. Endpoint: DELETE /v1/attributes/{attributeUuid}/terms/{termUuid}/contents/{termContentUuid} Version: 1.0.0 Security: Bearer ## Path parameters: - `attributeUuid` (string, required) Unique identifier of the attribute. - `termUuid` (string, required) Unique identifier of the attribute term. - `termContentUuid` (string, required) Unique identifier of the term content. ## Response 401 fields (application/problem+json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null) ## Response 403 fields (application/problem+json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null) - `correlationId` (string,null) ## Response 404 fields (application/problem+json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null) - `correlationId` (string,null) ## Response 500 fields (application/problem+json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null) - `correlationId` (string,null) ## Response 204 fields