Skip to main content

Delete a billing statement

Deletes a billing statement resource.


Endpoint

DELETE /billing_statements/:id

Sample code

const client = require('payrex-node')('insert your PayRex Secret API key.');

const billingStatement = await client.billingStatements.delete('<ID of the billing statement resource>');

Returns

Returns a deleted resource.