Documents > Document > Deletes

Subscription_type: documents/document/delete

Payload

Callback payload

integer

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

integer

company identifier, refers to /api/me endpoint.

string

document content type.

string
required

creation date of the document.

integer

employee identifier associated to the document.

string

document extension.

integer

document file size in bytes.

string
required

name of the document.

integer

folder identifier, references to documents/folders endpoint.

integer
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.

integer

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 integers

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…