SOP-07: Delete a Comment
API SOPDelete a comment by ID.
1 nodes · 0 edgesmedirank
apisopmedirankcomments
Visual
ex-sop-07-delete-comment.osop.yaml
# 原始:SOP-07: 刪除留言
osop_version: '1.0'
id: sop-07-delete-comment
name: 'SOP-07: Delete a Comment'
description: Delete a comment by ID.
version: 1.0.0
tags:
- api
- sop
- medirank
- comments
nodes:
- id: step_1
type: api
subtype: rest
name: DELETE /comments/{comment_id}
description: Permanently delete a comment by ID.
runtime:
method: DELETE
url: https://medi-rank.com/api/v1
endpoint: /comments/{comment_id}
headers:
Authorization: Bearer ${secrets.TOKEN}