Skip to main content
DELETE
/
documentType
/
v1beta1
/
libraries
/
{libId}
/
documentTypes
/
{documentTypeId}
/
templateDocuments
/
{templateDocumentId}
cURL
curl --request DELETE \
  --url https://aodocs.altirnao.com/api/documentType/v1beta1/libraries/{libId}/documentTypes/{documentTypeId}/templateDocuments/{templateDocumentId} \
  --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

libId
string
required

The ID of the library

documentTypeId
string
required

The ID of the document class

templateDocumentId
string
required

The ID of the document template

Query Parameters

securityCode
string

The security code

domain
string

The G Suite domain

Response

204 - undefined