Skip to content

Delete Comment Tier 4

DELETE/api/comments/:idCopied!

Deletes a comment.

Example

ts
await client.comments.delete("2fb4e60b-0d9a-46f3-a4dc-cb9fe8ad9be6");
bash
youvico comment delete --id 2fb4e60b-0d9a-46f3-a4dc-cb9fe8ad9be6
bash
curl -X DELETE 'https://api.youvico.com/api/comments/2fb4e60b-0d9a-46f3-a4dc-cb9fe8ad9be6' \
  -H 'Authorization: Bearer YOUR_API_KEY'

Request

Path

idstringrequired
Comment ID

Response

Returns 204 No Content.