Skip to main content
DELETE
/
v3
/
service
/
alerts
/
{ticket}
/
comments
/
{comment}
Delete Comment
curl --request DELETE \
  --url https://app.plugchoice.com/api/v3/service/alerts/{ticket}/comments/{comment} \
  --header 'Authorization: Bearer <token>'
{
  "ok": true
}

Documentation Index

Fetch the complete documentation index at: https://developer.plugchoice.com/llms.txt

Use this file to discover all available pages before exploring further.

Deletes a comment from a service alert ticket.
ticket
string
required
The UUID of the alert ticket.
comment
integer
required
The ID of the comment.

Response

ok
boolean
true if the operation succeeded.