Skip to main content

Delete purchase order by ID

DELETE 

/template/:template_id

For valid response try integer IDs with value < 1000. Anything above 1000 or nonintegers will generate API errors

Request

Path Parameters

    template_id int64required

    ID of the order that needs to be deleted

Responses

Invalid ID supplied

Loading...