---
title: "Undo retweet"
method: DELETE
path: "/v1/twitter/retweet"
tags: ["Twitter Engagement"]
---

# Undo retweet

`DELETE /v1/twitter/retweet`

Undo a retweet (un-repost a tweet).

## Query parameters

- `accountId` string, required
- `tweetId` string, required

## Response `200`

Retweet undone

- object
  - `status` string
  - `tweetId` string
  - `retweeted` boolean
  - `platform` string

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — X rejected the request (e.g. suspended account, missing OAuth scope)
- `404` — Account not found

---

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