cURL
curl --request DELETE \ --url https://api.ngrok.com/ssh_credentials/{id} \ --header 'Authorization: Bearer <token>' \ --header 'ngrok-version: <ngrok-version>'
Delete a specific SSH credential by its unique identifier.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
a resource identifier
Delete an ssh_credential by ID
Was this page helpful?