Skip to main content
DELETE
/
referenceCatalog
/
v1
/
{catalogId}
/
items
/
{referenceCatalogValueId}
cURL
curl --request DELETE \
  --url https://aodocs.altirnao.com/api/referenceCatalog/v1/{catalogId}/items/{referenceCatalogValueId} \
  --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

catalogId
string
required

The ID of the reference catalog

referenceCatalogValueId
string
required

The ID of a reference catalog value

Query Parameters

securityCode
string

The security code

domain
string

The G Suite domain

Response

204 - undefined