Skip to main content
DELETE
Delete Trust Validation
This operation is irreversible. All personal data — including document scans, selfies, signatures, request payloads, and verification results — is permanently removed and cannot be recovered.
A 404 response is returned both when the trustValidationId does not exist and when it belongs to another company. Callers cannot use this response to probe for other companies’ IDs.

Authorizations

Authorization
string
header
required

Use Bearer {your_api_token} in the Authorization header.

Headers

Accept
string
default:application/json
Content-Type
string
default:application/json

Body

application/json
trustValidationId
string
required

The ID returned by Create Trust Validation.

Maximum string length: 255

Response

Trust validation deleted successfully, or already deleted

success
boolean
message
string
performedAt
string<date-time>

ISO 8601 UTC timestamp of when the deletion ran.

createdAt
string

Standard v3 response timestamp present on all v3 endpoints.