DELETE api/bilhetes/{id}
Apaga um bilhete existente pelo seu ID.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
O ID do bilhete a ser apagado. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Retorna : - 200 OK se o bilhete for apagado com sucesso; - 404 NotFound se o bilhete não existir; - 500 InternalServerError se ocorrer uma exceção durante o processo.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.