---
title: "Delete slack boost"
method: DELETE
path: "/slack-boosts/{id}"
tags: ["Slack Boosts"]
---

# Delete slack boost

`DELETE /slack-boosts/{id}`

Delete a slack boost. The Slack notification will no longer be sent when the post is published.

## Path parameters

- `id` string, uuid, required

## Response `200`

Slack boost deleted

- object
  - `success` boolean — Whether the slack boost was deleted

## Other responses

- `401` — Unauthorized - Missing or invalid API key
- `404` — Not Found - Resource does not exist

---

[API](https://skmtc.net/tryordinal/apis/ordinal-api.md) · [All operations](https://skmtc.net/tryordinal/apis/ordinal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tryordinal/ordinal-api/revisions/1d0792ff454f/schema)
