Skip to main content
DELETE
/
admin
/
comments
/
{comment_id}
Delete Comment
curl --request DELETE \
  --url https://staging-api.polysimulator.com/admin/comments/{comment_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Headers

authorization
string | null

Path Parameters

comment_id
integer
required

Response

Successful Response