---
title: "Delete a social post."
method: DELETE
path: "/api/v4/posts/{postId}"
tags: ["Posts"]
---

# Delete a social post.

`DELETE /api/v4/posts/{postId}`

Permanently deletes a social post campaign and removes it from every site it was published to.

## Path parameters

- `postId` string, required

## Request body

- object
  - `clientMutationId` string

## Response `200`

Successful response

- DeleteSocialPostMutation
  - `success` boolean, required
  - `socialPostId` string, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `500` — Server error

---

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