Skip to main content
DELETE
/
folder
/
v1
/
files
/
{folderId}
cURL
curl --request DELETE \
  --url https://aodocs.altirnao.com/api/folder/v1/files/{folderId} \
  --header 'Authorization: Bearer <token>'
{
  "jobId": "<string>",
  "kind": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

folderId
string
required

Query Parameters

deleteMode
enum<string>

Defaults to TRASH

Available options:
PERMANENT,
TRASH
securityCode
string

The security code

domain
string

The G Suite domain

Response

200 - application/json

A ApiJobId response

jobId
string
kind
string