Skip to main content
DELETE
/
slack-boosts
/
{id}
Delete slack boost
curl --request DELETE \
  --url https://app.tryordinal.com/api/v1/slack-boosts/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

API key authentication. Generate an API key from your workspace settings.

Path Parameters

id
string<uuid>
required

The unique identifier of the slack boost to delete

Response

Slack boost deleted

success
boolean

Whether the slack boost was deleted