curl --request POST \
--url http://api.superwize.ai/api/auth/revokeApiKey \
--header 'Content-Type: application/json' \
--data '
{
"keyId": "obj_01JHKZ0PV2WX123456789"
}
'{
"success": true
}Revokes a specific API key owned by the current user.
curl --request POST \
--url http://api.superwize.ai/api/auth/revokeApiKey \
--header 'Content-Type: application/json' \
--data '
{
"keyId": "obj_01JHKZ0PV2WX123456789"
}
'{
"success": true
}