Delete Invoice
Delete Invoice
Delete an invoice from your organization
DELETE
Delete Invoice
Delete Invoice
Permanently deletes an invoice and its associated emissions data. This action cannot be undone.Request
Headers
string
required
Your API key for authenticationExample:
sk_live_1234567890abcdefstring
required
Your organization UUIDExample:
a8315ef3-dd50-43f8-b7ce-d839e68d51faPath Parameters
UUID
required
The unique identifier of the invoice to delete.Example:
550e8400-e29b-41d4-a716-446655440000Response
Returns204 No Content on successful deletion.
Example
Common Errors
401 Unauthorized
Cause: Missing or invalid API key403 Forbidden
Cause: The user is not a member of the organization, or invoice does not belong to this organization404 Not Found
Cause: Invoice not foundRelated Endpoints
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