Skip to main content
DELETE
Delete a check

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

checkId
string
required

The ID of the check to delete.

Example:

"RJ6qGAyPQzGE1rD"

Response

Check deleted successfully.

success
boolean
Example:

true

message
string
Example:

"Successfully deleted"