Delete an SSH key
DELETE/ssh_keys/:id
Deletes an SSH key from the account. Returns 404 if it is not yours.
Request
Responses
- 200
- 401
- 403
- 404
The SSH key was deleted.
The API key is missing, invalid or expired.
The API key is valid but not authorized for the required scope.
The resource does not exist or is not owned by the calling key.