cURL
curl --request DELETE \ --url https://vulnix0.com/api/v1/user/apikeys/{index_key} \ --header 'api-key: <api-key>'
{ "status": "success", "message": "API key deleted successfully" }
Revokes and deletes an API key using its public prefix.
Documentation IndexFetch the complete documentation index at: https://docs.onefirewall.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.onefirewall.com/llms.txt
Use this file to discover all available pages before exploring further.
A unique API Key.
The first 8 characters of the API key.
^[a-f0-9]{8}$
"a1b2c3d4"
API key deleted successfully
"success"