v1

latestOpenAPI 3.0.0Apache 2.02026-08-0610023171.4 KB
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.

successboolean

Example response

{
  "success": true
}