Skip to main content
DELETE
/
user
/
v1
/
{user}
/
starred
/
{type}
/
{objectId}
cURL
curl --request DELETE \
  --url https://aodocs.altirnao.com/api/user/v1/{user}/starred/{type}/{objectId} \
  --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

user
string
required

The email address of a user

type
string
required

Type of object (only 'LIBRARY' for now)

objectId
string
required

ID of the object (only library ID for now)

Query Parameters

securityCode
string

The security code

domain
string

The G Suite domain

Response

204 - undefined