DELETE/groups/{groupId}/note/posts/{postId}/attachments/{attachmentId}

Deletes an attachment from a post.

Authorization

oauth2

OAuth 2.0 authentication.
For more information, see Authentication and Authorization.

Scope

group.note

HTTP Request

DELETEhttps://www.worksapis.com/v1.0/groups/{groupId}/note/posts/{postId}/attachments/{attachmentId}

Path Parameters

ParameterTypeDescription
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 Parameters

HeadertypeDescription
Authorization string 

Bearer {token}


required 

Response

HTTP 204

No Content