/conversations.archive
POST
/conversations.archiveArchives a conversation.
Request
Header Params
token
string
optional
Authentication token. Requires scope: conversations:write
Body Params application/x-www-form-urlencoded
channel
string
optional
ID of conversation to archive
Request samples
Responses
Typical success response(200)
Typical error response(500)
Typical success response
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
ok
#/definitions/700149required
Exampleresponse
{
"ok": true
}
Last modified: a year ago