Saltar al contenido principal
Eliminar un Ledger
curl --request DELETE \
  --url http://127.0.0.1:3000/v1/organizations/{organization_id}/ledgers/{ledger_id} \
  --header 'Content-Type: <content-type>'
{
  "code": "0065",
  "title": "Invalid Path Parameter",
  "message": "The provided path parameter {{parameter_name}} is not in the expected format. Please ensure the parameter adheres to the required format and try again."
}

Encabezados

Authorization
string

Token de autorización. Este encabezado es obligatorio si tu entorno tiene habilitado el Access Manager.

Content-Type
string
requerido

Tipo de medio del recurso. Debe ser application/json.

X-Request-Id
string

Identificador único usado para rastrear y seguir cada solicitud.

Parámetros de ruta

organization_id
string
requerido

Identificador único de la organización asociada con el ledger.

ledger_id
string
requerido

Identificador único del ledger asociado.

Respuesta

Indica que el recurso se eliminó correctamente.