---
title: "vote down"
method: POST
path: "/answer/api/v1/vote/down"
tags: ["Activity"]
---

# vote down

`POST /answer/api/v1/vote/down`

add vote

## Request body

- SchemaVoteReq
  - `captcha_code` string
  - `captcha_id` string
  - `is_cancel` boolean
  - `object_id` string, required

## Response `200`

OK

- object
  - `code` integer — http code
  - `data` object — response data
    - `down_votes` integer
    - `up_votes` integer
    - `vote_status` string
    - `votes` integer
  - `msg` string — response message
  - `reason` string — reason key

---

[API](https://skmtc.net/apache/apis/apache-answer.md) · [All operations](https://skmtc.net/apache/apis/apache-answer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/apache/apache-answer/versions/e9c2980e6571/schema)
