Skip to main content
DELETE
/
verifications
Delete verifications by result ID
curl --request DELETE \
  --url https://api.anycheck.ai/verifications \
  --header 'Authorization: Bearer <token>'
{
"message": "successfully deleted data"
}

Authorizations

Authorization
string
header
required

JWT token obtained from /auth/login endpoint.

Example:

Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...

Query Parameters

result_id
string<uuid>
required

Result ID to delete verifications

Response

Verifications deleted successfully

message
string
Example:

"successfully deleted data"