Products: Managed Backup (Agent)
Article ID: m0627Last Modified: 24-Apr-2025

DELETE API/Users/{UserID}/Computers

Deletes a specific user's computer data from cloud backup storage by the specified user ID. Data deletion will be subject to a delay based on the storage provider’s policy.

Request Information

URI Parameters

Name Description Type Additional Information
userId User unique identifier string Required

Body Parameters

Name Description Type Additional Information
DestinationId Policy ID GUID Required
ComputerName - string Required

Request Formats

application/json, text/json

[
  {
    "DestinationId": "adb19a10-7c8f-4794-81fc-cdf655026973",
    "ComputerName": "sample string 2"
  },
  {
    "DestinationId": "adb19a10-7c8f-4794-81fc-cdf655026973",
    "ComputerName": "sample string 2"
  }
]

application/xml, text/xml

<ArrayOfUserComputerData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MBSAPImvc.Engine.Models">
  <UserComputerData>
    <ComputerName>sample string 2</ComputerName>
    <DestinationId>adb19a10-7c8f-4794-81fc-cdf655026973</DestinationId>
  </UserComputerData>
  <UserComputerData>
    <ComputerName>sample string 2</ComputerName>
    <DestinationId>adb19a10-7c8f-4794-81fc-cdf655026973</DestinationId>
  </UserComputerData>
</ArrayOfUserComputerData>

Response Information

Resource Description

IHttpActionResult None.

Response Formats

  • application/json
  • text/json
  • application/xml
  • text/xml.
https://git.cloudberrylab.com/egor.m/doc-help-mbs.git
Production