Request

Our REST API endpoint for plans is available here:

DELETE <https://api.fluidstack.io/v1/ssh/><key_id>

Example

curl -H "Content-Type: application/json" --request DELETE '<https://api.fluidstack.io/v1/ssh/><key_id>' -u '<your_api_key>:<your_api_token>'

Example Response

{
  "success": true
}

Next

Previous