cURL
curl --request DELETE \ --url https://api.anycheck.id/verifications/{id} \ --header 'Authorization: Bearer <token>'
{ "message": "Operation successful", "data": {} }
Delete a verification by ID
JWT token obtained from /auth/login endpoint.
/auth/login
Example:
Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
Resource UUID
Verification deleted
"Operation successful"
Was this page helpful?