# Delete an Instant Key

* [Request Parameters](#request-parameters)
* [Response](#response)

Deletes a specified [Instant Key](https://docs.seam.co/latest/capability-guides/instant-keys).

<details>

<summary>Authentication Methods</summary>

* API key
* Personal access token\
  Must also include the `seam-workspace` header in the request.

To learn more, see [Authentication](https://docs.seam.co/latest/api/authentication).

</details>

## Request Parameters

**`instant_key_id`** *String* (Required)

ID of the Instant Key that you want to delete.

***

## Response

{% hint style="success" %}
Returns: **void**
{% endhint %}
