URLs
DELETE api/v1/forums/{forumid}/threads/{threadid}.xml (or .json)
DELETE a forum thread.
DELETE api/v1/forums/threads/{threadid}.xml (or .json)
DELETE a forum thread.
请求参数
名称 |
类型 |
描述 |
必需 |
默认值 |
选项 |
ThreadId |
int |
Thread Id |
是 |
||
ForumId |
int? |
Forum Id |
否 |
||
DeleteChildren |
bool? |
Delete Children |
否 |
||
SendAuthorDeleteNotification |
bool? |
Send Author Delete Notification |
否 |
||
DeleteReason |
string |
Delete Reason |
否 |