For the complete documentation index, see llms.txt. This page is also available as Markdown.

Delete an external link from a site's navigation

Deletes an external link. This operation is intentionally unavailable to MCP clients.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequired

A unique entity identifier

Pattern: ^[a-zA-Z0-9_-]+$
siteIdstringRequired

The unique id of the site

siteExternalLinkIdstringRequired

The unique ID of the site external link

Responses
204

External link did not exist

No content

delete/orgs/{organizationId}/sites/{siteId}/external-links/{siteExternalLinkId}
DELETE /v1/orgs/{organizationId}/sites/{siteId}/external-links/{siteExternalLinkId} HTTP/1.1
Host: api.gitbook.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*

No content

Last updated

Was this helpful?

Powered by GitBook