---
title: "Revoke Service Account"
method: DELETE
path: "/service-accounts/{service_account_id}"
tags: ["Service Accounts"]
---

# Revoke Service Account

`DELETE /service-accounts/{service_account_id}`

Revoke a service account. Idempotent.

Takes effect immediately on this worker (the local verification cache entry is
evicted) and within the cache TTL on other workers.

## Path parameters

- `service_account_id` string, required

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/agno/apis/agno-api-reference.md) · [All operations](https://skmtc.net/agno/apis/agno-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agno/agno-api-reference/revisions/5f6149d395d0/schema)
