Documents > Document > Deletes

Subscription_type: documents/document/delete

Payload

Callback payload

string

access identifier of the author, refers to /employees/employees endpoint.

string

company identifier, refers to /api/me endpoint.

string

document content type.

string
required

creation date of the document.

string

employee identifier associated to the document.

string

document extension.

integer

document file size in bytes.

string
required

name of the document.

string

folder identifier, references to documents/folders endpoint.

string
required

document identifier.

boolean

flag that indicates if the document is a company document.

boolean

flag that indicates if the document is a management document.

boolean

flag that indicates if the document is pending assignment.

string

leave identifier associated to the document, refers to /timeoff/leaves endpoint.

boolean
required

flag to indicate if the document is public.

string
enum

document signature status.

signees
array of strings

list of signee access identifiers associated to the document, refers to /employees/employees endpoint.

signees
string
required

document space.

string
required

last update date of the document.

string

deletion date of the document.

Response
200

Return a 200 status to indicate that the data was received successfully

LoadingLoading…