cURL
curl --request DELETE \ --url https://test.onlinecheckwriter.com/api/v3/checks/{checkId} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "Successfully deleted" }
Permanently deletes a check.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the check to delete.
"RJ6qGAyPQzGE1rD"
Check deleted successfully.
true
"Successfully deleted"