Excluir ticket de suporte

DELETE /deleteTicket/{id}

Remove um ticket de suporte do sistema.

Path parameters

  • id integer Required

    ID do ticket a ser excluído

Responses

  • 200 application/json

    Ticket excluído com sucesso

    Hide response attribute Show response attribute object
  • 404 application/json

    Ticket não encontrado

    Hide response attribute Show response attribute object
DELETE /deleteTicket/{id}
curl \
 --request DELETE 'http://localhost:8000/deleteTicket/{id}'
Response examples (200)
{
  "message": "string"
}
Response examples (404)
{
  "message": "string"
}