Skip to main content
DELETE
/
takeaways
/
{takeawayId}
/
comments
/
{commentId}
Delete a takeaway comment
curl --request DELETE \
  --url https://api.kameleoon.com/takeaways/{takeawayId}/comments/{commentId} \
  --header 'Authorization: Bearer <token>'
{
  "code": "<string>",
  "impersonator": "<string>",
  "message": "<string>",
  "name": "<string>",
  "sub": "<string>",
  "time": 123,
  "timestamp": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

takeawayId
integer<int64>
required
commentId
integer<int64>
required

Response

OK