curl --request DELETE \
--url https://api.example.com/cases/{case_id}/comments/{comment_id} \
--cookie fastapiusersauth={
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Delete a comment.
curl --request DELETE \
--url https://api.example.com/cases/{case_id}/comments/{comment_id} \
--cookie fastapiusersauth={
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Was this page helpful?