latestOpenAPI 3.1.02026-08-1221219711.0 KB
eceb9442ed4d
Routes
Purchase Orders
Comments
Delete PO Comment
Deletes a PO comment.
Parameters:
| Parameter | In | Type | Required | Default | Description |
|---|---|---|---|---|---|
| poID | path | integer | yes | Purchase Order identifier | |
| commentID | path | integer | yes | Comment identifier |
Responses:
- 200 OK: Deleted.
- 404 Not Found: Comment not found.
delete/v2/po/{poID}/comments/{commentID}
Response
The operation completed successfully. The response body is empty.