Reference Guide

Table Of Contents
Type Name Description Schema
Path
id
required
Unique identifier of the remote system. string
Responses
HTTP
Code
Description Schema
200 Success
remote_system_in
stance
404 Not Found error_response
DELETE /remote_system/{id}
Description
Delete a remote system. Deleting the remote system deletes the management and data connections
established with the remote system. You cannot delete a remote system if there are active import
sessions, or if there are remote protection policies active in the system referencing the remote
system instance.
For PowerStore remote systems, the relationship is deleted in both directions if the remote system
is up and connectable. You cannot delete a PowerStore remote system if there is no management
connectivity between the local and remore systems. Only the local end of the relationship is
deleted. Manually log in to the remote PowerStore system and remove the relationship.
Parameters
Type Name Description Schema
Path
id
required
Unique identifier of the remote system. string
Body
body
optional
Parameters to delete a remote system.
remote_system_delet
e
Responses
HTTP
Code
Description Schema
204 Success No Content
404 Not Found error_response
241