v1
latestOpenAPI 3.1.02026-08-0420819698.7 KBRoutes
Purchase Orders
Comments
Delete PO Comment File
Deletes a file from a PO comment.
Parameters:
| Parameter | In | Type | Required | Default | Description |
|---|---|---|---|---|---|
| poID | path | integer | yes | Purchase Order identifier | |
| commentID | path | integer | yes | Comment identifier | |
| filename | query | string | yes | Exact filename to remove |
Responses:
- 200 OK: Deleted.
- 404 Not Found: File not found.
delete/v2/po/{poID}/comments/{commentID}/file
Query parameters
filenamestring
Response
The operation completed successfully. The response body is empty.