Skip to main content

deleteInvoiceMetadata

This mutation removes a metadata entry by key. If the key does not exist, no error is returned and the invoice is returned unchanged.

deleteInvoiceMetadata(
invoiceId: ID!
key: String!
): NewInvoiceResponsePayload

Arguments

deleteInvoiceMetadata.invoiceId ● ID! non-null scalar

deleteInvoiceMetadata.key ● String! non-null scalar

Type

NewInvoiceResponsePayload object

The newly created invoice or an error related to the failed creation of the invoice.