v1

latestOpenAPI 3.1.02026-07-13897404.3 KB
Accounts

delete api key

Deletes an existing API key belonging to the authenticated user. The API key is soft-deleted by setting a deleted_at timestamp.

CLI Usage: vastai delete api-key <id>

delete/api/v0/auth/apikeys/{id}/

Path parameters

idinteger required

ID of the API key to delete

Response

API key successfully deleted

string required

Example response

"Successfully Deleted API Key"