Skip to content
FirmEasy

Document Deleted

The doc_deleted event is triggered when a document is deleted from Firmeasy, either by the user from the platform or through an API request. This webhook allows logging deletion events for version control, audits, or synchronization with external systems.


{
"event_type": "doc_deleted",
"sandbox": false,
"external_id": "id-suaplicacion-32213ds-243",
"open_id": 23,
"token": "cc1ab1af-abcd-abcd-a657-25b55f185f16",
"name": "sample.pdf",
"folder_path": "/",
"status": "signed",
"lang": "es",
"original_file": "https://files.firmeasy.com/ejemplo-original.pdf",
"signed_file": "https://files.firmeasy.com/ejemplo-firmado.pdf",
"created_through": "web",
"deleted": true,
"deleted_at": "2025-06-16T19:22:33.932981Z",
"signed_file_only_finished": false,
"disable_signer_emails": false,
"brand_logo": "",
"created_at": "2025-06-16T19:21:59.609067Z",
"last_update_at": "2025-06-16T19:22:21.838310Z",
"signers": [
{
"external_id": "",
"token": "b14f141f-abcd-abcd-8dfa-0bdac0ec806a",
"status": "signed",
"name": "Fulano Silva",
"email": "[email protected]",
"lock_email": false,
"phone_country": "51",
"phone_number": "987654321",
"lock_phone": false,
"times_viewed": 1,
"last_view_at": "2025-06-16T19:22:12.875967Z",
"signed_at": "2025-06-16T19:22:19.956065Z",
"auth_mode": "firma_simple",
"qualification": "",
"require_selfie_photo": false,
"require_document_photo": false,
"geo_latitude": "-12.0464",
"geo_longitude": "-77.0428",
"resend_attempts": {
"whatsapp": 0,
"email": 0,
"sms": 0
},
"cpf": "12345678900",
"cnpj": null
}
],
"answers": [
{
"variable": "NOMBRE COMPLETO",
"value": "Juan Pérez"
},
{
"variable": "DOCUMENTO DE IDENTIDAD",
"value": "12345678"
},
{
"variable": "DIRECCIÓN",
"value": "Av. Siempre Viva 742"
}
]
}