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"

Changes

No recorded changes to this endpoint across all 1 revision of this API.