/admin.conversations.archive
POST
/admin.conversations.archiveArchive a public or private channel.
Request
Header Params
token
string
required
Authentication token. Requires scope: admin.conversations:write
Body Params application/x-www-form-urlencoded
channel_id
string
required
The channel 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