/
/Bob Node API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 19m ago · Updated 1mo ago
  • getReturns information about self
  • getGet space info
  • getGet metrics
  • getReturns server version
  • getReturns a list of known nodes
  • getReturns information about key distribution function
  • getReturns a list of vdisks
  • getReturns a vdisk info by ID
  • getReturns count of records of this on node
  • getReturns a list of partitions
  • getReturns a partition info by ID
  • deleteDelete partitions by timestamp
  • postAttach/Detach a partition by timestamp
  • getReturns the list of disks with their states
  • postStops all disks controller for disk
  • postTrying to start all disk controllers for disk
  • postRemount partitions on vdisk
  • deleteClose active blobs of holders not used recently
  • getReturns an alien dir info
  • getReturns configuration of the node
  • postDetach alien partitions
  • getReturn directory of alien
  • getReturns directories of local replicas of vdisk
  • getReturns data by key
  • postAdd data to storage by key
  • deleteDelete data from storage by key
  • headChecks data existance by key

Delete data from storage by key

delete/data/{DataKey}

Path parameters

DataKeystring required

Response

Successfully deleted

statusinteger
okboolean
msgstring

Changes