Skip to main content
DELETE
/
api
/
v1
/
client_father
/
delete
/
{id}
Eliminar un cliente padre
curl --request DELETE \
  --url https://api.raul.ugps.io/api/v1/client_father/delete/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Operación exitosa",
  "status": 200
}

Authorizations

Authorization
string
header
required

Bearer token authentication

Path Parameters

id
string
required

ID del cliente padre (UUID)

Response

Cliente padre eliminado exitosamente

message
string
required

Mensaje de respuesta

Example:

"Operación exitosa"

status
number

Código de estado

Example:

200