Delete
/freetexts/{id}/
Operation is used to delete freetext. Available from product version 2025.3. Deleting a freetext will also delete all its related components (cascade delete).
Security
API Key: Token
Header parameter nameAuthorization
Token issued for API consumer.
Path parameters
id
integerRequired
Id of freetext to delete
Responses
204
Freetext deleted successfully
401
Authentication credentials are missing or invalid
{
"details": "Authentication credentials were not provided"
}object
details
string
Detailed description of error
404
Object was not found
{
"details": "Not found."
}object
details
string
Detailed description of error