---
title: "Delete an Enterprise ServiceKey"
method: DELETE
path: "/v1/enterprise/keys/{id}"
tags: ["Enterprise"]
---

# Delete an Enterprise ServiceKey

`DELETE /v1/enterprise/keys/{id}`

Delete an Enterprise ServiceKey from list of keys for the Enterprise

## Path parameters

- `id` string, required — The ID of the key

## Response `200`

The Enterprise ServiceKey was deleted successfully, a simple status is returned.

- object
  - `message` string — The status of the request in a human-readable form
  - `deleted` boolean — Indicates whether the member was deleted

---

[API](https://skmtc.net/mezmo/apis/pipeline-api.md) · [All operations](https://skmtc.net/mezmo/apis/pipeline-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mezmo/pipeline-api/versions/fb2535545d90/schema)
