Deletes a specific comment by its identifier.

Behavior: Verifies the comment exists, then permanently deletes it from the data store. Returns the ID of the deleted comment.

Authorization: Requires an authenticated user (class-level [Authorize]).

Side Effects: The comment record is permanently removed from the data store.

Error Scenarios: Returns 404 if the comment with the specified ID does not exist. Returns 401 if the user is not authenticated.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The unique identifier of the comment to delete.

Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json