gns3-server/docs/api/v2/controller/link/projectsprojectidlinkslinkid.rst

26 lines
751 B
ReStructuredText
Raw Normal View History

2016-03-14 21:37:07 +02:00
/v2/projects/{project_id}/links/{link_id}
------------------------------------------------------------------------------------------------------------------------------------------
.. contents::
DELETE /v2/projects/**{project_id}**/links/**{link_id}**
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Delete a link instance
Parameters
**********
2016-04-18 17:58:06 +03:00
- **project_id**: UUID for the project
- **link_id**: UUID of the link
2016-03-14 21:37:07 +02:00
Response status codes
**********************
- **400**: Invalid request
2016-04-18 17:49:36 +03:00
- **204**: Link deleted
2016-03-14 21:37:07 +02:00
Sample session
***************
.. literalinclude:: ../../../examples/controller_delete_projectsprojectidlinkslinkid.txt