---
title: "Delete a Facebook comment"
method: DELETE
path: "/api/v1/misc/facebook/comment"
tags: ["misc"]
---

# Delete a Facebook comment

`DELETE /api/v1/misc/facebook/comment`

Permanently delete a published Facebook comment.

## Request body

- object
  - `teamId` string, required
  - `commentId` string, required — The ID of the comment in bundle.social

## Response `200`

200

- object
  - `success` boolean, required

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `404` — 404
- `429` — 429
- `500` — 500

---

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