Skip to main content
DELETE
/
knowledge
/
links
/
{id}
Delete a link
curl --request DELETE \
  --url https://api.getfernand.com/knowledge/links/{id} \
  --header 'X-API-Key: <api-key>'
{}
Permanently removes a navigation link from the knowledge base. After deletion, the sort order of remaining links in the same position is automatically adjusted to maintain proper sequence.

Authorizations

X-API-Key
string
header
required

Authenticate your account by including your secret key in API requests. You can manage your API keys in the Dashboard.

Authentication to the API is performed by using the HTTP Header X-API-Key.

Path Parameters

id
integer
required

ID of the link to delete.

Response

Link deleted successfully.

The response is of type object.