curl --request DELETE \
--url https://api.example.com/v2/driver/invoices/{id}/ \
--header 'Authorization: Bearer <token>'Delete a driver invoice by ID.
curl --request DELETE \
--url https://api.example.com/v2/driver/invoices/{id}/ \
--header 'Authorization: Bearer <token>'Was this page helpful?