Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api.metal.ai/v1/keys/{key} \ --header 'x-metal-api-key: <api-key>' \ --header 'x-metal-client-id: <api-key>'
{ "data": { "id": "<string>" } }
Revokes an API key immediately. The key stops working within a short cache window.
The Client ID of your API key.
The secret value of your API key.
The id of the API key to delete.
The key was deleted.
Show child attributes