Unified REST APIAgent access

Delete API Key

Soft-delete an API key. Associated venue credentials are also removed. For Model 1 venues, this triggers agent revocation.

DELETE
/account/api-keys/{api_key}

Authorization

ApiKeyAuth
X-API-KEY<token>

In: header

Path Parameters

api_key*stringrequired

The API key to delete

Response Body

curl -X DELETE "https://api.hypereth.io/v2/account/api-keys/string"
Empty
Empty
Empty