---
title: "Delete a URL signing key"
method: DELETE
path: "/video/v1/signing-keys/{SIGNING_KEY_ID}"
tags: ["URL Signing Keys"]
deprecated: true
---

# Delete a URL signing key

`DELETE /video/v1/signing-keys/{SIGNING_KEY_ID}`

> **Deprecated.**

This route is now deprecated, please use the `Signing Keys` API. Deletes an existing signing key. Use with caution, as this will
invalidate any existing signatures and no URLs can be signed using the key
again.

Note: Any new access tokens authenticating this route will be required to have `System` level permissions.

## Path parameters

- `SIGNING_KEY_ID` string, required

## Response `204`

No Content

---

[API](https://skmtc.net/muxinc/apis/mux-api.md) · [All operations](https://skmtc.net/muxinc/apis/mux-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/muxinc/mux-api/revisions/34a65dce0f31/schema)
