Comments
Delete Comments
POST
/
v1
/
commentannotations
/
comments
/
delete
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
requiredYour API key.
x-velt-auth-token
string
requiredYour Auth Token.
Body Example
Params
data
object
requiredExample 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
Was this page helpful?