cURL
curl --request DELETE \ --url https://api.gcore.com/storage/provisioning/v1/key/{key_id} \ --header 'Authorization: <api-key>'
This response has no body data.
Removes an SSH public key. This will revoke SFTP access for any storages using this key.
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
Was this page helpful?