Delete

  • DEL
  • /user
  • /keys
  • /:key_id

Deletes a public SSH key of the authorized user

Request

REQUIRED SCOPES
USER_KEY
URL PARAMETERS
key_idrequiredinteger
The ID of the SSH key

Example: 456

Last modified on Jan 26, 2026

Request example

CURL
curl -X DELETE "https://api.buddy.works/user/keys/:key_id" \ -H "Authorization: Bearer <YOUR-TOKEN>" \ -H "Content-Type: application/json"
STATUS
204 SSH key deleted successfully