Skip to content

Unable to remove a deleted site collection #4675

@Audinick

Description

@Audinick

Description

I am attempting to remove a site collection from the recycle bin but I am experiencing errors.

Steps to reproduce

Using the following command I can confirm that the deleted site is present:
m365 spo tenant recyclebinitem list

{
"ObjectType": "Microsoft.Online.SharePoint.TenantAdministration.DeletedSiteProperties",
"ObjectIdentity": "d4c9a1a0-a04f-3000-5505-e4fadbb63ce2|908bed80-a04a-4433-b4a0-883d9847d110:f8c4fd65-7a97-4d7d-9b70-99775232e650\nDeletedSiteProperties\nhttps%3a%2f%2faltirigos.sharepoint.com%2fsites%2fappcatalog",
"DaysRemaining": 69,
"DeletionTime": "/Date(2023,1,28,0,10,10,90)/",
"SiteId": "/Guid(5738200f-32f0-40d2-86dd-d7f616c028f6)/",
"Status": "Recycled",
"StorageMaximumLevel": 26214400,
"Url": "https://altirigos.sharepoint.com/sites/appcatalog",
"UserCodeMaximumLevel": 300
}

I then run the following command and receive the accompanying error message:
m365 spo tenant recyclebinitem remove -u https://altirigos.sharepoint.com/sites/appcatalog --wait

? Are you sure you want to remove the deleted site collection https://altirigos.sharepoint.com/sites/appcatalog from tenant recycle bin? Yes

Error: invalid_scope: 70011 - [2023-03-22 17:52:18Z]: AADSTS70011: The provided request must include a 'scope' input parameter. The provided value for the input parameter 'scope' is not valid. The scope undefined/.default openid profile offline_access is not valid. The scope format is invalid. Scope must be in a valid URI form https://example/scope or a valid Guid <guid/scope>.
Trace ID: a976915b-724f-4db3-840c-a20fe8b57700
Correlation ID: b107977e-f2d6-4a7f-aaef-5e28ad76e5fa
Timestamp: 2023-03-22 17:52:18Z - Correlation ID: b107977e-f2d6-4a7f-aaef-5e28ad76e5fa - Trace ID: a976915b-724f-4db3-840c-a20fe8b57700

Expected results

To have the targeted site collection in the recycle bin to be permanently deleted.

Actual results

Error: invalid_scope: 70011 - [2023-03-22 17:52:18Z]: AADSTS70011: The provided request must include a 'scope' input parameter. The provided value for the input parameter 'scope' is not valid. The scope undefined/.default openid profile offline_access is not valid. The scope format is invalid. Scope must be in a valid URI form https://example/scope or a valid Guid <guid/scope>.
Trace ID: a976915b-724f-4db3-840c-a20fe8b57700
Correlation ID: b107977e-f2d6-4a7f-aaef-5e28ad76e5fa
Timestamp: 2023-03-22 17:52:18Z - Correlation ID: b107977e-f2d6-4a7f-aaef-5e28ad76e5fa - Trace ID: a976915b-724f-4db3-840c-a20fe8b57700

Diagnostics

aws_casb m365 spo tenant recyclebinitem remove -u https://altirigos.sharepoint.com/sites/appcatalog --wait --debug
Executing command spo tenant recyclebinitem remove with options {"options":{"siteUrl":"https://altirigos.sharepoint.com/sites/appcatalog","wait":true,"debug":true,"output":"json"}}
? Are you sure you want to remove the deleted site collection
https://altirigos.sharepoint.com/sites/appcatalog from tenant recycle bin? Yes
SPO URL previously retrieved https://altirigos.sharepoint.com. Returning...
Access token expired. Token:
[Wed, 22 Mar 2023 18:42:52 GMT] : @azure/[email protected] : Info - getTokenCache called
Retrieving new access token silently
[Wed, 22 Mar 2023 18:42:52 GMT] : @azure/[email protected] : Info - getTokenCache called
[Wed, 22 Mar 2023 18:42:52 GMT] : @azure/[email protected] : Verbose - initializeRequestScopes called
[Wed, 22 Mar 2023 18:42:52 GMT] : [8caa8c9b-a4cf-470c-ab8a-fa237866b0dc] : @azure/[email protected] : Verbose - buildOauthClientConfiguration called
[Wed, 22 Mar 2023 18:42:52 GMT] : [8caa8c9b-a4cf-470c-ab8a-fa237866b0dc] : @azure/[email protected] : Verbose - building oauth client configuration with the authority: https://login.microsoftonline.com/common
[Wed, 22 Mar 2023 18:42:52 GMT] : [8caa8c9b-a4cf-470c-ab8a-fa237866b0dc] : @azure/[email protected] : Verbose - createAuthority called
[Wed, 22 Mar 2023 18:42:52 GMT] : @azure/[email protected] : Verbose - Attempting to get cloud discovery metadata in the config
[Wed, 22 Mar 2023 18:42:52 GMT] : @azure/[email protected] : Verbose - Did not find cloud discovery metadata in the config... Attempting to get cloud discovery metadata from the cache.
[Wed, 22 Mar 2023 18:42:52 GMT] : @azure/[email protected] : Verbose - Did not find cloud discovery metadata in the cache... Attempting to get cloud discovery metadata from the network.
[Wed, 22 Mar 2023 18:42:52 GMT] : @azure/[email protected] : Verbose - Attempting to find a match between the developer's authority and the CloudInstanceDiscoveryMetadata returned from the network request.
[Wed, 22 Mar 2023 18:42:52 GMT] : @azure/[email protected] : Verbose - cloud discovery metadata was successfully returned from getCloudDiscoveryMetadataFromNetwork()
[Wed, 22 Mar 2023 18:42:53 GMT] : [8caa8c9b-a4cf-470c-ab8a-fa237866b0dc] : @azure/[email protected] : Verbose - Silent flow client created
[Wed, 22 Mar 2023 18:42:53 GMT] : [8caa8c9b-a4cf-470c-ab8a-fa237866b0dc] : @azure/[email protected] : Info - SilentFlowClient:acquireCachedToken - Cached access token is expired or will expire within 300 seconds.
[Wed, 22 Mar 2023 18:42:53 GMT] : [8caa8c9b-a4cf-470c-ab8a-fa237866b0dc] : @azure/[email protected] : Verbose - RefreshTokenClientAcquireTokenWithCachedRefreshToken called
[Wed, 22 Mar 2023 18:42:53 GMT] : [8caa8c9b-a4cf-470c-ab8a-fa237866b0dc] : @azure/[email protected] : Verbose - RefreshTokenClientAcquireToken called
[Wed, 22 Mar 2023 18:42:53 GMT] : [8caa8c9b-a4cf-470c-ab8a-fa237866b0dc] : @azure/[email protected] : Verbose - Persistence enabled, calling beforeCacheAccess
[Wed, 22 Mar 2023 18:42:53 GMT] : [8caa8c9b-a4cf-470c-ab8a-fa237866b0dc] : @azure/[email protected] : Verbose - Persistence enabled, calling afterCacheAccess
Response
{
authority: 'https://login.microsoftonline.com/common/',
uniqueId: '21ca65d6-82b7-4de0-a295-354982d9e7cc',
tenantId: 'f8c4fd65-7a97-4d7d-9b70-99775232e650',
scopes: [
'https://altirigos-admin.sharepoint.com/AllSites.FullControl',
'https://altirigos-admin.sharepoint.com/AppCatalog.ReadWrite.All',
'https://altirigos-admin.sharepoint.com/AuditLog.Read.All',
'https://altirigos-admin.sharepoint.com/Bookings.Read.All',
'https://altirigos-admin.sharepoint.com/ChannelMember.ReadWrite.All',
'https://altirigos-admin.sharepoint.com/ChannelMessage.Read.All',
'https://altirigos-admin.sharepoint.com/ChannelMessage.Send',
'https://altirigos-admin.sharepoint.com/ChannelSettings.ReadWrite.All',
'https://altirigos-admin.sharepoint.com/Chat.Read',
'https://altirigos-admin.sharepoint.com/Chat.ReadWrite',
'https://altirigos-admin.sharepoint.com/Directory.AccessAsUser.All',
'https://altirigos-admin.sharepoint.com/Directory.ReadWrite.All',
'https://altirigos-admin.sharepoint.com/ExternalConnection.ReadWrite.All',
'https://altirigos-admin.sharepoint.com/Group.ReadWrite.All',
'https://altirigos-admin.sharepoint.com/IdentityProvider.ReadWrite.All',
'https://altirigos-admin.sharepoint.com/Mail.Read.Shared',
'https://altirigos-admin.sharepoint.com/Mail.ReadWrite',
'https://altirigos-admin.sharepoint.com/Mail.Send',
'https://altirigos-admin.sharepoint.com/Notes.Read.All',
'https://altirigos-admin.sharepoint.com/Place.Read.All',
'https://altirigos-admin.sharepoint.com/Policy.Read.All',
'https://altirigos-admin.sharepoint.com/RecordsManagement.ReadWrite.All',
'https://altirigos-admin.sharepoint.com/Reports.Read.All',
'https://altirigos-admin.sharepoint.com/SecurityEvents.Read.All',
'https://altirigos-admin.sharepoint.com/ServiceHealth.Read.All',
'https://altirigos-admin.sharepoint.com/ServiceMessage.Read.All',
'https://altirigos-admin.sharepoint.com/ServiceMessageViewpoint.Write',
'https://altirigos-admin.sharepoint.com/Tasks.ReadWrite',
'https://altirigos-admin.sharepoint.com/Team.Create',
'https://altirigos-admin.sharepoint.com/TeamMember.ReadWrite.All',
'https://altirigos-admin.sharepoint.com/TeamsAppInstallation.ReadWriteForUser',
'https://altirigos-admin.sharepoint.com/TeamSettings.ReadWrite.All',
'https://altirigos-admin.sharepoint.com/TeamsTab.ReadWrite.All',
'https://altirigos-admin.sharepoint.com/TermStore.ReadWrite.All',
'https://altirigos-admin.sharepoint.com/User.Invite.All',
'https://altirigos-admin.sharepoint.com/User.ReadWrite.All',
'https://altirigos-admin.sharepoint.com/.default'
],
account: {
homeAccountId: '21ca65d6-82b7-4de0-a295-354982d9e7cc.f8c4fd65-7a97-4d7d-9b70-99775232e650',
environment: 'login.windows.net',
tenantId: 'f8c4fd65-7a97-4d7d-9b70-99775232e650',
username: '[email protected]',
localAccountId: '21ca65d6-82b7-4de0-a295-354982d9e7cc',
name: 'Nick Graham',
idTokenClaims: {
aud: '31359c7f-bd7e-475c-86db-fdb8c937548e',
iss: 'https://login.microsoftonline.com/f8c4fd65-7a97-4d7d-9b70-99775232e650/v2.0',
iat: 1679510273,
nbf: 1679510273,
exp: 1679514173,
aio: 'AVQAq/8TAAAANRIBDKFdMDf5S4B31tvSmg08Ky/ak7c6ZiEwQvycgoWgdmyTz0Qm4E5XfcdvyVmzy7nk7BLSSn1qT+MvKbLB/sWibQLZID+DU41z5GICqs8=',
name: 'Nick Graham',
oid: '21ca65d6-82b7-4de0-a295-354982d9e7cc',
preferred_username: '[email protected]',
rh: '0.AVIAZf3E-Jd6fU2bcJl3UjLmUH-cNTF-vVxHhtv9uMk3VI66ADs.',
sub: 'myiIZJemhQ1DF9IBGvOWiCf4G0zUXKefRFPfoNw8ed0',
tid: 'f8c4fd65-7a97-4d7d-9b70-99775232e650',
uti: 'TQ4xjqBCt0aYlLZ5GFHwAA',
ver: '2.0'
},
nativeAccountId: undefined
},
idToken:
idTokenClaims: {
aud: '31359c7f-bd7e-475c-86db-fdb8c937548e',
iss: 'https://login.microsoftonline.com/f8c4fd65-7a97-4d7d-9b70-99775232e650/v2.0',
iat: 1679510273,
nbf: 1679510273,
exp: 1679514173,
aio: 'AVQAq/8TAAAANRIBDKFdMDf5S4B31tvSmg08Ky/ak7c6ZiEwQvycgoWgdmyTz0Qm4E5XfcdvyVmzy7nk7BLSSn1qT+MvKbLB/sWibQLZID+DU41z5GICqs8=',
name: 'Nick Graham',
oid: '21ca65d6-82b7-4de0-a295-354982d9e7cc',
preferred_username: '[email protected]',
rh: '0.AVIAZf3E-Jd6fU2bcJl3UjLmUH-cNTF-vVxHhtv9uMk3VI66ADs.',
sub: 'myiIZJemhQ1DF9IBGvOWiCf4G0zUXKefRFPfoNw8ed0',
tid: 'f8c4fd65-7a97-4d7d-9b70-99775232e650',
uti: 'TQ4xjqBCt0aYlLZ5GFHwAA',
ver: '2.0'
},
accessToken:
fromCache: false,
expiresOn: 2023-03-22T20:03:13.000Z,
correlationId: '8caa8c9b-a4cf-470c-ab8a-fa237866b0dc',
requestId: '8e310e4d-42a0-46b7-9894-b6791851f000',
extExpiresOn: 2023-03-22T21:23:33.000Z,
familyId: '',
tokenType: 'Bearer',
state: '',
cloudGraphHostName: '',
msGraphHost: '',
code: undefined,
fromNativeBroker: false
}

Request:
{
"url": "https://altirigos-admin.sharepoint.com/_api/contextinfo",
"method": "post",
"headers": {
"common": {
"Accept": "application/json, text/plain, /"
},
"delete": {},
"get": {},
"head": {},
"post": {
"Content-Type": "application/x-www-form-urlencoded"
},
"put": {
"Content-Type": "application/x-www-form-urlencoded"
},
"patch": {
"Content-Type": "application/x-www-form-urlencoded"
},
"user-agent": "NONISV|SharePointPnP|CLIMicrosoft365/6.3.0",
"accept-encoding": "gzip, deflate",
"X-ClientService-ClientTag": "M365CLI:6.3.0",
"accept": "application/json;odata=nometadata",
"authorization": "Bearer
},
"responseType": "json",
"decompress": true
}
Response:
{
"url": "https://altirigos-admin.sharepoint.com/_api/contextinfo",
"status": 200,
"statusText": "OK",
"headers": {
"cache-control": "private, max-age=0",
"transfer-encoding": "chunked",
"content-type": "application/json;odata=nometadata;streaming=true;charset=utf-8",
"expires": "Tue, 07 Mar 2023 19:42:54 GMT",
"last-modified": "Wed, 22 Mar 2023 18:42:54 GMT",
"vary": "Origin,Accept-Encoding",
"p3p": "CP="ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI"",
"x-networkstatistics": "0,2102272,51,162,20336334,0,2102272",
"x-sharepointhealthscore": "2",
"x-sp-serverstate": "ReadOnly=0",
"dataserviceversion": "3.0",
"spclientservicerequestduration": "18",
"x-aspnet-version": "4.0.30319",
"x-databoundary": "NONE",
"x-1dscollectorurl": "https://mobile.events.data.microsoft.com/OneCollector/1.0/",
"x-ariacollectorurl": "https://browser.pipe.aria.microsoft.com/Collector/3.0/",
"sprequestguid": "e6cca1a0-30c8-3000-6e2c-34dc59f1c189",
"request-id": "e6cca1a0-30c8-3000-6e2c-34dc59f1c189",
"ms-cv": "oKHM5sgwADBuLDTcWfHBiQ.0",
"strict-transport-security": "max-age=31536000",
"x-frame-options": "SAMEORIGIN",
"content-security-policy": "frame-ancestors 'self' teams.microsoft.com *.teams.microsoft.com *.skype.com *.teams.microsoft.us local.teams.office.com *.powerapps.com *.yammer.com *.officeapps.live.com *.office.com *.stream.azure-test.net *.microsoftstream.com *.dynamics.com *.microsoft.com onedrive.live.com *.onedrive.live.com securebroker.sharepointonline.com;",
"x-powered-by": "ASP.NET",
"microsoftsharepointteamservices": "16.0.0.23508",
"x-content-type-options": "nosniff",
"x-ms-invokeapp": "1; RequireReadOnly",
"x-cache": "CONFIG_NOCACHE",
"x-msedge-ref": "Ref A: E24DFD035DBF4A38BE49C937BDB30103 Ref B: ATL331000107011 Ref C: 2023-03-22T18:42:54Z",
"date": "Wed, 22 Mar 2023 18:42:53 GMT",
"connection": "close"
},
"data": {
"FormDigestTimeoutSeconds": 1800,
"FormDigestValue": "0x3B60D94783297662D2D78A71F03600F2B5474FB68C54FBED3AA2DAC8B2B3CAD018AFD5AE0D0AFEA477A226EF7599EE3D33791E170893DBDAFA335C8B37D7136D,22 Mar 2023 18:42:54 -0000",
"LibraryVersion": "16.0.23508.12004",
"SiteFullUrl": "https://altirigos-admin.sharepoint.com",
"SupportedSchemaVersions": [
"14.0.0.0",
"15.0.0.0"
],
"WebFullUrl": "https://altirigos-admin.sharepoint.com"
}
}
Removing deleted site collection https://altirigos.sharepoint.com/sites/appcatalog...
No token found for resource undefined
[Wed, 22 Mar 2023 18:42:54 GMT] : @azure/[email protected] : Info - getTokenCache called
Retrieving new access token silently
[Wed, 22 Mar 2023 18:42:54 GMT] : @azure/[email protected] : Info - getTokenCache called
[Wed, 22 Mar 2023 18:42:54 GMT] : @azure/[email protected] : Verbose - initializeRequestScopes called
[Wed, 22 Mar 2023 18:42:54 GMT] : [be8fb9f2-5999-45d0-a5e8-1091897280af] : @azure/[email protected] : Verbose - buildOauthClientConfiguration called
[Wed, 22 Mar 2023 18:42:54 GMT] : [be8fb9f2-5999-45d0-a5e8-1091897280af] : @azure/[email protected] : Verbose - building oauth client configuration with the authority: https://login.microsoftonline.com/common
[Wed, 22 Mar 2023 18:42:54 GMT] : [be8fb9f2-5999-45d0-a5e8-1091897280af] : @azure/[email protected] : Verbose - createAuthority called
[Wed, 22 Mar 2023 18:42:54 GMT] : @azure/[email protected] : Verbose - Attempting to get cloud discovery metadata in the config
[Wed, 22 Mar 2023 18:42:54 GMT] : @azure/[email protected] : Verbose - Did not find cloud discovery metadata in the config... Attempting to get cloud discovery metadata from the cache.
[Wed, 22 Mar 2023 18:42:54 GMT] : @azure/[email protected] : Verbose - Did not find cloud discovery metadata in the cache... Attempting to get cloud discovery metadata from the network.
[Wed, 22 Mar 2023 18:42:54 GMT] : @azure/[email protected] : Verbose - Attempting to find a match between the developer's authority and the CloudInstanceDiscoveryMetadata returned from the network request.
[Wed, 22 Mar 2023 18:42:54 GMT] : @azure/[email protected] : Verbose - cloud discovery metadata was successfully returned from getCloudDiscoveryMetadataFromNetwork()
[Wed, 22 Mar 2023 18:42:54 GMT] : [be8fb9f2-5999-45d0-a5e8-1091897280af] : @azure/[email protected] : Verbose - Silent flow client created
[Wed, 22 Mar 2023 18:42:54 GMT] : [be8fb9f2-5999-45d0-a5e8-1091897280af] : @azure/[email protected] : Info - SilentFlowClient:acquireCachedToken - No access token found in cache for the given properties.
[Wed, 22 Mar 2023 18:42:54 GMT] : [be8fb9f2-5999-45d0-a5e8-1091897280af] : @azure/[email protected] : Verbose - RefreshTokenClientAcquireTokenWithCachedRefreshToken called
[Wed, 22 Mar 2023 18:42:54 GMT] : [be8fb9f2-5999-45d0-a5e8-1091897280af] : @azure/[email protected] : Verbose - RefreshTokenClientAcquireToken called
Error: invalid_scope: 70011 - [2023-03-22 18:42:55Z]: AADSTS70011: The provided request must include a 'scope' input parameter. The provided value for the input parameter 'scope' is not valid. The scope undefined/.default openid profile offline_access is not valid. The scope format is invalid. Scope must be in a valid URI form https://example/scope or a valid Guid <guid/scope>.
Trace ID: 993c7746-7f91-4e83-8e2d-eeba823f1500
Correlation ID: 69bc1e81-aa85-42f9-bb26-44db49fd31a2
Timestamp: 2023-03-22 18:42:55Z - Correlation ID: 69bc1e81-aa85-42f9-bb26-44db49fd31a2 - Trace ID: 993c7746-7f91-4e83-8e2d-eeba823f1500

CLI for Microsoft 365 version

6.3.0

nodejs version

16.17.1

Operating system (environment)

macOS

Shell

bash

cli doctor

No response

Additional Info

No response

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions