Skip to main content

Delete Purchase Order

DELETE 

/accounting/purchase-orders/:id

Delete a Purchase Order with the given id.

Request

Path Parameters

    id stringrequired

    The ID of the purchase order.

Query Parameters

    connectionId stringrequired

    The ID of the connection.

Header Parameters

    Authorization stringrequired

    Default value: bearer YOUR_API_KEY

Responses

200

Schema

    message string
Loading...