Sign in

Delete ticket

documented

Delete a trashed ticket (admin only).

DELETE /tickets/{ticket_id}Ticketsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{$domain}}.supportbee.com/api/v1/tickets/{{$ticket_id}}" \
  -X DELETE \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer {{SUPPORTBEE_API_KEY}}"
Delete ticket · SupportBee · OpenIntegrations