Skip to main content
DELETE
/
document
/
v1
/
documents
/
{documentId}
delete document
curl --request DELETE \
  --url https://api-{region}.sesametime.com/document/v1/documents/{documentId} \
  --header 'Authorization: Bearer <token>'
This response has no body data.

Authorizations

Authorization
string
header
required

API token obtained from Sesame HR Dashboard > Settings > Integrations > API

Path Parameters

documentId
string<uuid>
required

Document UUID

Response

204 - undefined