TenantToTenant-DeleteMigrationRequest
Deletes a migration request by specifying the migration ID.
Syntax
TenantToTenant-DeleteMigrationRequest
[-MigrationId] <String>
[[-ApiVersion] <String>]
[<CommonParameters>]
Description
The TenantToTenant-DeleteMigrationRequest cmdlet deletes a migration request from the tenant.
Use Get-Help TenantToTenant-DeleteMigrationRequest -Examples
for more detail.
Examples
EXAMPLE 1
TenantToTenant-DeleteMigrationRequest -MigrationId aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb
Deletes a migration request with the ID aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb from the tenant.
Parameters
-ApiVersion
The api version to call with. Default is 2021-04-01.
Type: | String |
Position: | 2 |
Default value: | 2021-04-01 |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-MigrationId
The Migration ID Identifier to delete the request. Use the TenantToTenant-ViewMigrationRequest cmdlet to get the migration ID.
Type: | String |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |