POST
/
v1
/
tickets
/
bulk
/
bulk-delete
curl --request POST \
  --url https://platform.thena.ai/v1/tickets/bulk/bulk-delete \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'x-org-id: <api-key>' \
  --data '{
  "ticketIds": [
    "<string>"
  ]
}'

Authorizations

Authorization
string
header
required

Enter JWT bearer token

x-org-id
string
header
required

Enter organization ID

Body

application/json
ticketIds
string[]
required

The IDs of the tickets to delete

Response

204

Resource deleted successfully