1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-12 10:58:55 +00:00
gns3-server/docs/api/v2/controller/link/projectsprojectidlinkslinkid.rst

26 lines
751 B
ReStructuredText
Raw Normal View History

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