delete-webhook-sample.json
{
    "webhook_trigger": "delete",
    "submission_id": "string",
    "account_email": "string",
    "delete_time": "string",
    "comment": "string"
}
webhook_trigger
string
Webhook event type - delete indicates that a user submission has been deleted.
submission_id
string
Unique identifier of the deleted KYC submission.
account_email
string
Email address of the administrator account that performed the deletion.
delete_time
string
Timestamp when the KYC submission was deleted (UTC+0, ISO 8601 format).
comment
string
Comment left by the administrator at the time of deletion (optional).