Skip to main content
DELETE
/
verifications
/
{id}
Delete verification
curl --request DELETE \
  --url https://api.anycheck.id/verifications/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Operation successful",
  "data": {}
}

Authorizations

Authorization
string
header
required

JWT token obtained from /auth/login endpoint.

Example:

Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...

Path Parameters

id
string<uuid>
required

Resource UUID

Response

Verification deleted

message
string
Example:

"Operation successful"

data
object