Skip to main content
DELETE
Revoke an account SSH key

Authorizations

Authorization
string
header
required

Personal API token, sent as Authorization: Bearer <SANDYWP_API_KEY>. Obtain one from the dashboard account menu (API keys), sandywp auth login, or POST /api/account/tokens. A missing or invalid token returns 401 auth_required. Scoped OAuth tokens are limited to the Imports family and GET /api/account/me; see the top-level conventions.

Path Parameters

id
string
required

The account SSH key id.

Response

The revoked key.

key
object
required

An owner-facing SSH public-key record. No private key is returned or stored.