Skip to main content
DELETE
/
api
/
v1
/
boleta
/
detalles
/
{detalleId}
Delete detalle from boleta
curl --request DELETE \
  --url https://api.raul.ugps.io/api/v1/boleta/detalles/{detalleId} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer token authentication

Path Parameters

detalleId
number
required

Response

message
string
required