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

Body

application/json

Snapshot ID to delete

snapshotId
string
required

Response

No Content