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.
Example response
{
"success": true
}