---
title: "Delete an auth server claim"
method: DELETE
path: "/v1/auth-servers/{authServerId}/claims/{claimId}"
tags: ["Auth Server Claims"]
---

# Delete an auth server claim

`DELETE /v1/auth-servers/{authServerId}/claims/{claimId}`

Delete a claim for a given auth server. If the claim is included in any scopes, it will be removed from those scopes.

## Response `204`

Success

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/kong/apis/konnect-api.md) · [All operations](https://skmtc.net/kong/apis/konnect-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kong/konnect-api/revisions/06734a9c491f/schema)
