Delete an external link from a site's navigation
delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequiredPattern:
A unique entity identifier
^[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
205
External link has been deleted
404
Site not found
application/json
default
Unexpected Error
application/json
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?