DELETE: Delete a Router Output - Conductor Live

DELETE: Delete a Router Output

Delete the specified output on the specified router.

HTTP Request and Response

Request URL

DELETE http://<Conductor IP address>/routers/<ID of router>/outputs/<ID of output>

Call Header

  • Accept: Set to application/xml

If you are implementing user authentication, you must also include three authorization headers; see Header Content for User Authentication.

Example

This request deletes the output with the ID 1 from the router with the ID 2.

DELETE http://198.51.100.0/routers/2/outputs/1