Organizations
Delete organization text
Mark an organization text check as deleted. The text must belong to the group authorized by group_token; already deleted texts return a business-rule error.
post/api/org/text/delete/{id}/
Path parameters
idinteger required
Numeric ID of a text check or AI check, depending on the endpoint.
Response
The request succeeded.
Example response
{
"success": true
}