Skip to main content
DELETE
/
checks
/
{checkId}
Delete a check
curl --request DELETE \
  --url https://test.onlinecheckwriter.com/api/v3/checks/{checkId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "Successfully deleted"
}

Authorizations

Authorization
string
header
required

Path Parameters

checkId
string
required
Example:

Response

success
boolean
Example:
message
string
Example: