API Keys
Delete API Keys
Delete API Key
DELETE
`/v1/api-keys/:api-key`
Delete a single API Key using its id
.
API Keys
Delete a single API Key using its id
.
await fetch("https://api.packagex.io/v1/api-keys/key_99N7wCTRBtZCgCiYKcMyV1", {
method: "GET",
headers: {
"PX-API-KEY": process.env.PX_API_KEY,
"Content-Type": "application/json",
},
});