Routes
Bills
Comments

Delete Bill Comment

Deletes a Bill comment.

Parameters:

ParameterInTypeRequiredDefaultDescription
billIDpathintegeryesBill identifier
commentIDpathintegeryesComment identifier

Responses:

  • 200 OK: Deleted.
  • 404 Not Found: Comment not found.
delete/v2/bills/{billID}/comments/{commentID}

Response

The operation completed successfully. The response body is empty.

Changes