Individuals

Delete a text check

Mark a single text check as deleted. The record remains in storage but is hidden from normal API results.

delete/api/v1/text/{textId}

Path parameters

textIdinteger required

Numeric ID of a text check.

Response

The request succeeded.

successboolean

Example response

{
  "success": true
}

Changes

No recorded changes to this endpoint across all 2 revisions of this API.