Deleate a perticular Route Set by Id
delete
/rest/{versionId}/routeSets/{routeSetId}
Use this (DELETE) method to delete a specific route sets that exist on the SDM server. User needs to specify which Route Set needs to be deleted by mentioning Id as part of URI
Request
Path Parameters
-
routeSetId: string
The route set to be deleted.
-
versionId: string
The rest api version, it's value is v1.3.
Response
204 Response
OK (no content)
400 Response
The user input is invalid.
401 Response
The session ID is invalid.
403 Response
There is no permission to access the resources.
404 Response
The object (resource URI, device, and so on) of your input request cannot be found.
500 Response
Internal server error