DELETE /system-ms/subsystem/v1/{subsystemId}
Delete a subsystem. Only Admin users can use this request.
To remove a subsystem from the system:
-
Perform the authentication and login to the API. For more information, see POST /auth/login.
Use DELETE /system-ms/subsystem/v1/{subsystemId} to send an HTTP DELETE request.
Click Try it Out option.
-
Set the parameters as listed in the following table.
Parameter Name
Sample Value
Supported Value
Description
subsystemId
subsystemId
integer 32
Indicates the subsystem ID.Note:This parameter is mandatory.
-
Click on Execute to generate the request URL.
Request URL:
The following table lists the expected responses.https://<IP_Address>:<PORT>/system-ms/subsystem/v1/1Response Type
Value
Schema
Error Response 204 No Content
Not applicable
400 Bad Request
Not applicable
401 Authentication Failure
Not applicable
403 Forbidden
Not applicable
404 Not found
Not applicable
↑