---
title: "Deactivate a team subkey (Business+)"
method: DELETE
path: "/api/v1/visa/team-keys"
tags: ["Team keys"]
---

# Deactivate a team subkey (Business+)

`DELETE /api/v1/visa/team-keys`

Soft delete — flips active to false.

## Query parameters

- `id` integer, required

## Response `200`

Team key deactivated.

- object
  - `deactivated` boolean
  - `team_key` object
    - `id` integer
    - `name` string

## Other responses

- `400` — Missing or malformed parameter.
- `401` — Missing API key, query param or session cookie.
- `403` — Invalid / inactive key, or plan below the endpoint's minimum tier.
- `404` — No data for the requested resource.

---

[API](https://skmtc.net/orizn/apis/orizn-visa-api.md) · [All operations](https://skmtc.net/orizn/apis/orizn-visa-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/orizn/orizn-visa-api/revisions/97ea5156ef11/schema)
