curl --request DELETE \
--url https://api.komerza.com/stores/{storeId}/tickets/{ticketId} \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "<string>",
"code": "<string>",
"data": "<unknown>"
}Closes the given ticket.
Requires the stores.tickets.delete permission.
curl --request DELETE \
--url https://api.komerza.com/stores/{storeId}/tickets/{ticketId} \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "<string>",
"code": "<string>",
"data": "<unknown>"
}Your API key goes here
The ID of the store the ticket belongs to
The ID of the ticket to close
The object was successfully deleted.
Represents a default generic response for API endpoints.
Indicates whether the operation or response was successful.
A descriptive message providing additional context or information about the response.
The error code (if there was an error) to use when referencing the error
Represents the data associated with a response.
Was this page helpful?