DELETE /comments/{id}
Deletes a comments record with the given ID.
Roles that can access this endpoint are Users.
Parameters
name |
description |
type |
default |
type |
id |
the ID of the comments record to delete |
path
|
|
String
|
Result
Response
of type:
text/plain
a response indicating success or failure
Try It Out
Request