---
title: "Delete Attribute"
method: DELETE
path: "/attribute/{attribute_id}"
tags: ["Attribute"]
---

# Delete Attribute

`DELETE /attribute/{attribute_id}`

Deletes the Attribute corresponding to the given `id`. The `id` is passed in the parameters.

## Path parameters

- `attribute_id` string, required

## Headers

- `api-version` string, required

## Response `200`

Successful response

- ApiResponse
  - `message` string, nullable
  - `hasError` boolean
  - `validationErrors` string[]
  - `data` unknown
  - `content` unknown

---

[API](https://skmtc.net/sertifier/apis/sertifier-credential-api-documentation.md) · [All operations](https://skmtc.net/sertifier/apis/sertifier-credential-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sertifier/sertifier-credential-api-documentation/revisions/98c494325aae/schema)
