Skip to content
Docs

Delete API Key

DELETE/v1/api_keys/{api_key_id}

Delete an API key

Path ParametersExpand Collapse
api_key_id: string

Delete API Key

curl https://api.nirvanalabs.io/v1/api_keys/$API_KEY_ID \
    -X DELETE \
    -H "Authorization: Bearer $NIRVANA_LABS_API_KEY"
Returns Examples