cURL
curl --request DELETE \ --url https://api.gcore.com/cloud/v1/caas/keys/{project_id}/{region_id}/{key_name} \ --header 'Authorization: <api-key>'
Delete an API key and revoke its access.
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef
apikey
apikey 1234$abcdef
Project id
1
Region id
Key name
"key-name"
No Content
Was this page helpful?