Navigation
Table of Contents
Guide That Contains This Content
[+] Expand All
[-] Collapse All
Related Documentation
- Junos Space
- Get All Organizations in Service Now
- Get information about an Organization
- Add an Organization
- Check Organization Status
- Get Information About Sites
- Get JMB Filter Levels Info
- Get Case Submission Values
- Modify an Organization
- Associate an Address Group with an Organization
- Add an End Customer Organization in Partner Proxy Mode
- Modify an End-Customer Organization in Partner Proxy Mode
- Update Core File Information for an End Customer
- View Organization Messages
Delete an Organization by Organization ID
Use this API to delete an organization from Service Now.
URI
https://[host]/api/juniper/servicenow/organization-management/organization/{id} (HTTP method = DELETE)
URI Parameters
Parameter | Type | Required | Description |
---|---|---|---|
id | Integer | Yes | ID of the organization to be deleted |
Consumes
None
Produces
- application/vnd.juniper.servicenow.organization-management.servicenowmsg+xml;version=1
- application/vnd.juniper.servicenow.organization-management.servicenowmsg+json;version=1
Response Elements
Element | Type | Description |
---|---|---|
msg | String | Status message of the delete organization job |
Sample Output
Sample XML Output
<servicenowmsg> <msg> Organization deleted successfully</msg> </servicenowmsg>
Sample JSON Output
servicenowmsg:{ msg: ' Organization deleted successfully' }
Response Status Code
Message | Description |
---|---|
404 Not Found | Invalid organization ID. No organization found with that ID. |
Related Documentation
- Junos Space
- Get All Organizations in Service Now
- Get information about an Organization
- Add an Organization
- Check Organization Status
- Get Information About Sites
- Get JMB Filter Levels Info
- Get Case Submission Values
- Modify an Organization
- Associate an Address Group with an Organization
- Add an End Customer Organization in Partner Proxy Mode
- Modify an End-Customer Organization in Partner Proxy Mode
- Update Core File Information for an End Customer
- View Organization Messages