DELETE/groups/{groupId}/note/posts/{postId}/attachments/{attachmentId}
Deletes an attachment from a post.
OAuth 2.0 authentication.
For more information, see Authentication and Authorization.
group.note
| Parameter | Type | Description |
|---|---|---|
| groupId | string | Team/group ID required example : group127-8545-4463-603b-04d550d23bf |
| postId | integer | Post ID required format : int64 |
| attachmentId | string | Attachment ID required |
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
No Content