deleted: true). The form disappears from public list endpoints and unauthorized simple-form routes start responding with 410 SIMPLE_FORM_ARCHIVED. The form can be brought back with the paired restore endpoint.Authorization: Bearer ********************deleted: true).curl --location --request DELETE 'https://app.hustro.com/api/v2/client//simpleForm/' \
--header 'hustro-client: web' \
--header 'hustro-client-version: ' \
--header 'Authorization: Bearer <token>'{
"_id": "string",
"name": "string",
"description": "string",
"deleted": true,
"isPubliclyAvailable": true
}