DELETE/groups/{groupId}/note/posts/{postId}
게시글을 휴지통으로 이동한다.
OAuth 2.0 인증.
자세한 인증 방식은 인가·인증를 참고한다.
group.note
| Parameter | Type | Description |
|---|---|---|
| groupId | string | 조직/그룹 ID required example : group127-8545-4463-603b-04d550d23bf |
| postId | integer | 게시글 ID required format : int64 |
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
No Content