Skip to main content
POST
/
rpc
/
delete-volume
Delete volume by ID
curl --request POST \
  --url https://mycluster.domino.tech/rpc/delete-volume \
  --header 'Content-Type: application/json' \
  --data '
{
  "volumeId": "<string>"
}
'
{
  "message": "<string>"
}

Body

application/json

Volume ID to delete

volumeId
string
required

Response

No Content