---
title: "Delete a trigger key"
method: DELETE
path: "/api/jobs/{id}/api-keys/{keyId}"
tags: ["Trigger Keys"]
---

# Delete a trigger key

`DELETE /api/jobs/{id}/api-keys/{keyId}`

Permanently delete a trigger key. This action cannot be undone.

## Response `200`

Trigger key deleted

- object
  - `success` boolean
  - `message` string

## Other responses

- `401` — Authentication required or token invalid
- `404` — Resource not found

---

[API](https://skmtc.dev/supercheck-io/apis/supercheck-api.md) · [All operations](https://skmtc.dev/supercheck-io/apis/supercheck-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/supercheck-io/supercheck-api/revisions/81782deccf0e/schema)
