Skip to main content
DELETE
/
problems
/
{problemId}
/
comments
Delete problem comment
curl --request DELETE \
  --url https://app2.freyavoice.ai/api/v2/problems/{problemId}/comments \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "message": "<string>",
    "result": {
      "success": true
    }
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

problemId
string<uuid>
required

Problem ID

Minimum string length: 1

Query Parameters

workspaceId
string<uuid>
required

Workspace ID

Minimum string length: 1
commentId
string<uuid>
required

Comment ID to delete

Minimum string length: 1

Response

Comment deleted

success
enum<boolean>
required
Available options:
true,
false
data
object
required