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 key ID.

Last modified on Jan 19, 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" \

Response

STATUS
204 No Content