Skip to main content
POST
/
category
/
v1
/
libraries
/
{libraryId}
/
categories
/
{categoryId}
:removeEmptySublevels
cURL
curl --request POST \
  --url https://aodocs.altirnao.com/api/category/v1/libraries/{libraryId}/categories/{categoryId}:removeEmptySublevels \
  --header 'Authorization: Bearer <token>'
This response has no body data.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

libraryId
string
required

The ID of the library

categoryId
string
required

The ID of the category

Query Parameters

securityCode
string

The security code

domain
string

The G Suite domain

Response

204 - undefined