Infisical home page
Search or ask...
Log In
Start for Free
Start for Free
Search...
Navigation
Keys
Delete Key
Documentation
Integrations
CLI
API Reference
SDKs
Changelog
Overview
Introduction
Authentication
Examples
Endpoints
Identities
Token Auth
Universal Auth
GCP Auth
AWS Auth
Azure Auth
Kubernetes Auth
OIDC Auth
JWT Auth
Groups
Organizations
Projects
Project Users
Project Groups
Project Identities
Project Roles
Project Templates
Environments
Folders
Secret Tags
Secrets
Dynamic Secrets
Secret Imports
Identity Specific Privilege
Integrations
Service Tokens
Audit Logs
Infisical PKI
Certificate Authorities
Certificates
Certificate Templates
Certificate Collections
PKI Alerting
Infisical KMS
Keys
GET
List Keys
POST
Create Key
PATCH
Update Key
DEL
Delete Key
POST
Encrypt Data
POST
Decrypt Data
Keys
Delete Key
Delete KMS key
DELETE
/
api
/
v1
/
kms
/
keys
/
{keyId}
Try it
Path Parameters
keyId
string
required
The ID of the key to be deleted.
Response
200 - application/json
key
object
required
Show child attributes
key.
createdAt
string
required
key.
id
string
required
key.
name
string
required
key.
orgId
string
required
key.
updatedAt
string
required
key.
description
string | null
key.
isDisabled
boolean | null
default:
false
key.
isReserved
boolean | null
default:
true
key.
projectId
string | null
key.
slug
string | null
Was this page helpful?
Yes
No
Suggest edits
Raise issue
Update Key
Encrypt Data