Skip to content
Alberto Gonzalez edited this page Oct 29, 2015 · 1 revision

(DELETE)/systems/{id}

Description

Delete the system with the specified id.

Request

Syntax

DELETE /api/systems/{id}
Host: <server host name>
Accept: application/json
AuthToken: <authentication token returned from authenticate>

Parameters

Name Description Required
id The ID of the system we want to delete Yes

Response

Status code, Status string

Parameters

Examples

Sample Request

DELETE /api/systems/12
Host: <server host name>
Accept: application/json
AuthToken: 8a00sjerhterqerjlqkjlk443l4j56869h4f_)(fjdkasHHHHHkdal324

Sample Response

200 Success

Failed system deletion will return HTTP Status 500 with a result object with an error message and KB link.

Clone this wiki locally