Skip to main content
DELETE
/
api
/
v1
/
user
/
apikeys
/
{index_key}
Delete API Key
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"
}

Authorizations

api-key
string
header
required

A unique API Key.

Path Parameters

prefix
string
required

The first 8 characters of the API key.

Example:

"a1b2c3d4"

Response

API key deleted successfully

status
string
Example:

"success"

message
string
I