DELETE /api/links/{id}
DELETE/api/links/:id
Forget a link. Two kinds arrive here and they end differently. A MAVLink hub owns a socket and disconnecting it closes one. A declared inbound link owns no socket — it is a row and a credential — so forgetting it must revoke, or a sensor that kept its password goes on authenticating against a link nothing declares and has its traffic dropped as unclaimed instead of refused.
Request
Responses
- 200
- 404
- 501
the link is forgotten; a declared inbound link also reports "revoked": true
no link with this id
built without the mavlink-control feature