cURL
curl --request DELETE \ --url https://app.tryordinal.com/api/v1/slack-boosts/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Delete a slack boost. The Slack notification will no longer be sent when the post is published.
API key authentication. Generate an API key from your workspace settings.
The unique identifier of the slack boost to delete
Slack boost deleted
Whether the slack boost was deleted
Was this page helpful?