Individuals
Delete multiple text checks
Mark multiple text checks as deleted in one request. Send the IDs as an array form field named id[]. Every submitted ID must be a positive integer and must identify a text the authenticated user is allowed to delete.
delete/api/v1/texts
Response
The request succeeded.
Example response
{
"success": true
}