credit_notes
Delete all credit note metadata
This endpoint removes all metadata from a credit note.
delete/credit_notes/{lago_id}/metadata
Path parameters
lago_idstring uuid required
Example:1a901a90-1a90-1a90-1a90-1a901a901a90
The credit note unique identifier, created by Lago.
Response
Credit note metadata deleted
Example response
{
"metadata": {
"external_id": "ext-123",
"synced_at": "2024-01-15",
"source": null
}
}