Skip to main content
POST
Delete Comments
Use this API to delete comments within a specific CommentAnnotation. Additional filters can be applied using comment IDs.

Endpoint

POST https://api.velt.dev/v1/commentannotations/comments/delete

Headers

x-velt-api-key
string
required
Your API key.
x-velt-auth-token
string
required

Body

Params

data
object
required

Example Requests

1. Delete all comments of a CommentAnnotation by organizationId, documentId, and annotationId

2. Delete specific comments of a CommentAnnotation by organizationId, documentId, annotationId and commentIds

Response

Success Response

Failure Response