DELETE api/v2.0/Discussions/RemovePost?discussionPostKey={discussionPostKey}
Deletes the specified discussion post. If a message has replies, the body will be updated to: "This post was removed" and the message will be anonymized to preserve the thread structure. All documents attached to the message will be deleted. Only administrators can remove/delete messages.
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| discussionPostKey | 
                         Unique identifier of the discussion post to be deleted  | 
                    globally unique identifier | 
                                 Required  | 
                
Body Parameters
None.
Response Information
Resource Description
Returns 204 no content if successful.
None.