You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

18 lines
364 B

{
"tags":[
"Serviços relacionados aos pacientes"
],
"summary": "Deletar paciente",
"description": "Deleta um paciente existente na base de dados pelo UID",
"type": "object",
"properties": {
"uid": {
"type": "UID",
"required": true,
"example": "3f281bfa-1719-4557-9153-fb3b9b3886bc"
}
},
"required": [
"uid"
]
}