Skip to main content
DELETE
Delete Invoice

Delete Invoice

Permanently deletes an invoice and its associated emissions data. This action cannot be undone.
Permanent DeletionDeleting an invoice will permanently remove:
  • The invoice record
  • Associated emissions calculations
  • Any linked data
This action cannot be reversed. Consider setting the invoice status to inactive if you want to exclude it from calculations without permanent deletion.

Request

Headers

string
required
Your API key for authenticationExample: sk_live_1234567890abcdef
string
required
Your organization UUIDExample: a8315ef3-dd50-43f8-b7ce-d839e68d51fa

Path Parameters

UUID
required
The unique identifier of the invoice to delete.Example: 550e8400-e29b-41d4-a716-446655440000

Response

Returns 204 No Content on successful deletion.

Example

Common Errors

401 Unauthorized

Cause: Missing or invalid API key

403 Forbidden

Cause: The user is not a member of the organization, or invoice does not belong to this organization

404 Not Found

Cause: Invoice not found

List Invoices

Retrieve all invoices with filtering

Get Invoice

Get a single invoice by ID

Bulk Delete

Delete multiple invoices at once

Update Invoice

Modify invoice details instead of deleting