Zerto APIs : ZSSP Sessions API : Delete a Specific Session URL
  
Delete a Specific Session URL
Delete a session of integrated URL.
 
method
url
DELETE
https://zvm_ip:port/v1/zsspSessions/{zsspSessionIdentifier}
 
Where:
 
zvm_ip
The IP address of the Zerto Virtual Manager where the API is run.
port
The port to access the Zerto Virtual Manager. The default port is 9669.
zsspSessionIdentifier
The identifier of the ZSSP session.
 
Request Body Using Json Format
The request Json body is empty.
Response In Json Format
The response Json body is empty.
Back to ZSSP Sessions API
Back to All APIs