---
title: "Delete Delegation"
method: DELETE
path: "/api/v1/auth/delegation/{delegation_id}"
tags: ["Auth"]
---

# Delete Delegation

`DELETE /api/v1/auth/delegation/{delegation_id}`

Deletes a specific delegation for the user.
Alternatively, could just mark it inactive.

## Path parameters

- `delegation_id` integer, required

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/morpheusais/apis/morpheus-api-gateway.md) · [All operations](https://skmtc.dev/morpheusais/apis/morpheus-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/morpheusais/morpheus-api-gateway/revisions/061297d1593b/schema)
