curl --request DELETE \
--url https://app.azalt.co/api/v1/form-element-submission-comments/by-id/{id} \
--header 'Authorization: Bearer <token>'{
"success": true,
"id": "<string>",
"formElementSubmissionId": "<string>"
}Delete a form element submission comment owned by the authenticated user.
curl --request DELETE \
--url https://app.azalt.co/api/v1/form-element-submission-comments/by-id/{id} \
--header 'Authorization: Bearer <token>'{
"success": true,
"id": "<string>",
"formElementSubmissionId": "<string>"
}