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
361 B

{
"tags":[
"Serviços relacionados aos médicos"
],
"summary": "Deletar médico",
"description": "Deleta um médico existente na base de dados pelo UID",
"type": "object",
"properties": {
"uid": {
"type": "UID",
"required": true,
"example": "24d714b2-c928-4768-85a1-0295630161b6"
}
},
"required": [
"uid"
]
}