Skip to main content
POST
/
tickets
/
{ticket}
/
close
Close ticket
curl --request POST \
  --url https://rdp.sh/api/v1/tickets/{ticket}/close \
  --header 'Authorization: <api-key>'
{
  "status": true,
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.rdp.sh/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Path Parameters

ticket
integer
required

Ticket ID

Response

Ticket closed successfully.

status
boolean
required
Example:

true

message
string
required
Example:

"Ticket closed successfully"