You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: messages/delete_sandbox.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,8 +57,13 @@ Unable to determine the username of the org to delete. Specify the username with
57
57
58
58
# error.insufficientPermissions
59
59
60
-
You do not have the required permission to delete this sandbox: %s. Contact your administrator to assign you the "DeleteSandbox" PermissionSet.
60
+
You don't have the required "DeleteSandbox" Permission Set assigned in the production org to delete sandbox "%s".
61
61
62
-
# warning.couldNotVerifyPermissions
62
+
# error.insufficientPermissions.actions
63
63
64
-
Could not verify permissions in sandbox: %s. The delete operation will proceed, but may fail if you do not have the required permissions.
64
+
- Ask your administrator to create a Permission Set named "DeleteSandbox" in the production org and assign it to your user.
65
+
- Re-authenticate with the production org and try again.
66
+
67
+
# error.insufficientAccess
68
+
69
+
You don't have permission to delete this sandbox. Ask your Salesforce admin to grant you the "Manage Sandboxes" system permission on your profile or a permission set in the production org.
0 commit comments