Comment Votes

Searching is html only.

Lock Comment Votes

POST https://e621.net/comment_votes/lock.json

Authorization Required

Moderator+ Required

An error is not returned if an invalid id is provided.

Locked votes cannot be unlocked, they must be deleted.

This operation is idempotent.

Request Body

NameTypeDescription

ids*

String

Comma separated list of votes to lock. Invalid IDs are ignored.

Delete Comment Votes

POST https://e621.net/comment_votes/{id}/delete.json

Authorization Required

Admin+ Required

An error is not returned if an invalid id is provided.

This operation is idempotent.

Request Body

NameTypeDescription

ids*

String

Comma separated list of votes to delete. Invalid IDs are ignored.

Last updated