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

Authorizations

x-api-key
string
header
required

Enter your API key

Body

application/json

Response

204

Resource deleted successfully