Authorizations
API key for authentication. Format: zdb_your_api_key_here
Path Parameters
API key ID
curl --request DELETE \
--url http://localhost:3000/auth/keys/{keyId} \
--header 'X-API-Key: <api-key>'{
"success": true,
"message": "<string>",
"data": {}
}Revokes an existing API key
curl --request DELETE \
--url http://localhost:3000/auth/keys/{keyId} \
--header 'X-API-Key: <api-key>'{
"success": true,
"message": "<string>",
"data": {}
}API key for authentication. Format: zdb_your_api_key_here
API key ID
Was this page helpful?