Delete an API key

Remove an API key from the system by providing its unique ID.

DELETE

Parameters

Path Parameters

KeyId
REQUIRED
The unique identifier of the API key to retrieve.
Status codeDescription
200An empty response
400Bad request error - the request contains invalid parameters or malformed data
404Resource not found - the requested resource does not exist
500Internal server error - an unexpected error occurred on the server
cURL
curl -L -X DELETE \
"https://blockv-labs.io/api-keys/{keyId}" \
-H 'Accept: application/json'
json
{
"type": "object"
}