mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-18 14:28:08 +00:00
26 lines
751 B
ReStructuredText
26 lines
751 B
ReStructuredText
|
/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
|
||
|
- **project_id**: UUID for the project
|
||
|
|
||
|
Response status codes
|
||
|
**********************
|
||
|
- **400**: Invalid request
|
||
|
- **201**: Link deleted
|
||
|
|
||
|
Sample session
|
||
|
***************
|
||
|
|
||
|
|
||
|
.. literalinclude:: ../../../examples/controller_delete_projectsprojectidlinkslinkid.txt
|
||
|
|