curl --request DELETE \
--url https://api.example.com/api/contacto/:id{
"message": "<string>",
"400 Bad Request": {},
"500 Internal Server Error": {}
}Delete a contact message from the system
curl --request DELETE \
--url https://api.example.com/api/contacto/:id{
"message": "<string>",
"400 Bad Request": {},
"500 Internal Server Error": {}
}This endpoint permanently deletes a contact message from the database.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/Bran258/api_centro_medico/llms.txt
Use this file to discover all available pages before exploring further.
{
"message": "ID inválido"
}
{
"message": "Error al eliminar mensaje"
}
curl -X DELETE https://api.example.com/api/contacto/78 \
-H "Content-Type: application/json"
{
"message": "Mensaje eliminado correctamente"
}