Skip to content

bullpen polymarket clob delete-notifications

Last updated: February 26, 2026

Delete CLOB notifications by ID (authenticated)

Usage

bullpen polymarket clob delete-notifications [OPTIONS] <IDS>

Live Help

Delete CLOB notifications by ID (authenticated)

Usage: bullpen polymarket clob delete-notifications [OPTIONS] <IDS>

Arguments:
  <IDS>  Notification IDs (comma-separated)

Options:
      --output <OUTPUT>  [possible values: table, json]
      --env <ENV>        [possible values: staging, production]
      --config <CONFIG>  
  -h, --help             Print help

Example Commands

bullpen polymarket clob delete-notifications [OPTIONS] <IDS>
bullpen polymarket clob delete-notifications --help
bullpen polymarket clob delete-notifications --output json

Example Data

Representative JSON shape for automation and integrations:

{
  "command": "bullpen polymarket clob delete-notifications --output json",
  "ok": true,
  "data": {
    "example": "This is a representative output shape."
  },
  "last_updated": "2026-02-26"
}