---
title: "Delete an auth server scope"
method: DELETE
path: "/v1/auth-servers/{authServerId}/scopes/{scopeId}"
tags: ["Auth Server Scopes"]
---

# Delete an auth server scope

`DELETE /v1/auth-servers/{authServerId}/scopes/{scopeId}`

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

## 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/versions/06734a9c491f/schema)
