POST v1/bunits/{bunitId}/deleterequests?includeAssignedItems={includeAssignedItems}&deleteVmFilespace={deleteVmFilespace}&notifyRecipients={notifyRecipients}

Add a deletion request to a business unit.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
bunitId integer

Required

includeAssignedItems If consumption unit of a deletion request is a primary data-source unassign any related items boolean

Default value is False

deleteVmFilespace If consumption unit of deletion request is related to a VM file space the deletion request will be related to the origin VM file space instead boolean

Default value is False

notifyRecipients If no emails should be sent during the handling of this deletion request, set this parameter to true boolean

Default value is True

Body Parameters

A list of business unit IDs, each with a list of deletion requests to create

Dictionary of integer [key] and Collection of DeleteRequest [value]

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

Response Information

Resource Description

Collection of DeleteRequestResult
NameDescriptionTypeAdditional information
DeleteRequest

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.