Skip to main content
DELETE
/
form-element-submission-comments
/
by-id
/
{id}
Delete a form element submission comment
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>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

Successful response

success
boolean
required
id
string
required
formElementSubmissionId
string
required