Skip to main content
DELETE
/
api
/
v1
/
api-keys
/
{key_id}
Delete Api Key
curl --request DELETE \
  --url https://api.promptguard.dev/api/v1/api-keys/{key_id} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

API Key authentication for developer endpoints (/api/v1/*). Use format: 'Bearer pg_api_your_key_here'

Headers

x-api-key
string | null

Path Parameters

key_id
string
required

Response

Successful Response