---
title: "DELETE /teams/{team_name}/apikeys/{apikey_id}"
method: DELETE
path: "/teams/{team_name}/apikeys/{apikey_id}"
tags: ["teams"]
---

# DELETE /teams/{team_name}/apikeys/{apikey_id}

`DELETE /teams/{team_name}/apikeys/{apikey_id}`

Delete API Key. This will remove any future access by this API Key.

## Path parameters

- `team_name` string, required — The unique name for the team.
- `apikey_id` string, uuid, required — ID of the API key

## Response `204`

Deleted

## Other responses

- `400` — Bad request
- `401` — Requires authentication
- `403` — Forbidden
- `404` — Resource not found
- `500` — Internal Error

---

[API](https://skmtc.net/cloudquery/apis/cloudquery-openapi-spec.md) · [All operations](https://skmtc.net/cloudquery/apis/cloudquery-openapi-spec/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cloudquery/cloudquery-openapi-spec/versions/4af580f9023b/schema)
