Delete all credit note metadata
Metadata
Delete all metadata
This endpoint removes all metadata from a credit note.
DELETE
Delete all credit note metadata
Documentation Index
Fetch the complete documentation index at: https://docs.getlago.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The credit note unique identifier, created by Lago.
Example:
"1a901a90-1a90-1a90-1a90-1a901a901a90"
Response
Credit note metadata deleted
Custom metadata stored as key-value pairs. Keys are strings (max 100 characters), values can be strings (max 255 characters) or null.
Example:
{
"external_id": "ext-123",
"synced_at": "2024-01-15",
"source": null
}