POST /dashboard/tickets/{tid}/close

Close ticket

Closes an open ticket.

Parameters

NameTypeInDescription
tid*
stringpathThe ticket ID

Response

200
403
404
successboolean

Request

curl -X POST "https://api.royalehosting.net/dashboard/tickets/{tid}/close" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "x-organization-id: YOUR_ORG_ID"

Response

{
  "success": true
}