Delete SSH Key
Remove an SSH key by its fingerprint id. The web-terminal key cannot be deleted.
Remove an SSH key by its fingerprint id. The web-terminal key cannot be deleted.
Required scope: webspace:manage
| Header | Required | Value |
|---|---|---|
Authorization |
Yes | Bearer YOUR_API_KEY |
{ "data": { "id": "sha256-hQ0YFLi6TKgF...", "deleted": true } }
| Status | Code | Description |
|---|---|---|
| 404 | KEY_NOT_FOUND |
Key id is not present in authorized_keys. |
curl -X DELETE https://hosting.site.quest/api/v1/webspaces/69e80ac1.../ssh-keys/sha256-hQ0... \
-H "Authorization: Bearer sq_live_..."
This action is also available via the webspace_delete_ssh_key MCP tool.