We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Operating System: Windows 10 ServiceNow module version: 3.1 PowerShell version: 5.x
Remove-ServiceNowRecord -Table cmdb_rel_ci -SysId 12345677777777
Record is deleted and no response/output
Exception on line 173 of Invoke-ServiceNowRestMethod
Line | 173 | throw ('"{0} : {1}' -f $response.StatusCode, $response | Out- … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | "204 :
The text was updated successfully, but these errors were encountered:
gdbarron
Successfully merging a pull request may close this issue.
Environment
Steps to reproduce
Remove-ServiceNowRecord -Table cmdb_rel_ci -SysId 12345677777777
Expected behavior
Record is deleted and no response/output
Actual behavior
Exception on line 173 of Invoke-ServiceNowRestMethod
Line |
173 | throw ('"{0} : {1}' -f $response.StatusCode, $response | Out- …
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| "204 :
The text was updated successfully, but these errors were encountered: