Docs
Delete Comment
DELETE /drives/{eventId}/files/{fileId}/versions/{versionId}/comments/{commentId}
DELETE
/drives/{eventId}/files/{fileId}/versions/{versionId}/comments/{commentId}Required Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your API key. Pass it as the Bearer token on every request. |
| Event token | x-Event-Token | Optional | Run **Get Tokens** in the Authorization folder, or call `GET /Events/{eventId}/authorize` manually. |
Permanently removes a comment from a file version.
Path Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| driveId | Guid | Required | The event ID. |
| fileId | Guid | Required | The file ID. |
| versionId | Guid | Required | The version ID. |
| commentId | Guid | Required | The comment ID to delete. |
Response
200 OK — No response body.
Error Codes
| Code | HTTP Status | Description |
|---|---|---|
UNAUTHORIZED | 401 | Missing or invalid token. |
NOT_FOUND | 404 | File, version, or comment not found. |