cURL
curl --request DELETE \ --url https://api.gcore.com/cloud/v1/faas/keys/{project_id}/{region_id}/{key_name} \ --header 'Authorization: <api-key>'
Delete a specific API key. The key will be immediately invalidated.
Was this page helpful?