Eliminar objeto
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"success": true,
"data": {
"uid_client": "AABC9098",
"obj_id": 2,
"field_1": "AABCSA090AA"
}
}{
"success": false,
"error": {
"status": 404,
"type": "NOT_FOUND",
"userMessage": "No hay un cliente con este nro."
}
}{
"success": false,
"error": {
"status": 400,
"type": "BAD_REQUEST",
"userMessage": "'obj_id' es un number (entero) obligatorio"
}
}Analizando la Respuesta
Last updated