DELETE api/Alunos/{id}
Deleta um registo na tabela Alunos na base de dados
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Identificador do aluno |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Resposta do tipo IHttpActionResult
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.