Delete a site section group
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
siteSectionGroupIdstringRequired
The unique id of the site group
Responses
204
Site section group did not exist
No content
205
Site section group has been deleted
delete/orgs/{organizationId}/sites/{siteId}/section-groups/{siteSectionGroupId}
DELETE /v1/orgs/{organizationId}/sites/{siteId}/section-groups/{siteSectionGroupId} HTTP/1.1
Host: api.gitbook.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
No content
Last updated
Was this helpful?