Archive chat channel
org.intentschema.communication.chat.channel.archive.v1
JSON: bare · @sha256:9e1329275ef3…
Hash: sha256:9e1329275ef35db4b04b428f3e5f53054c55850bd998ffb2fc0492b0e7e67cf3
Archive a channel: prevent new messages but keep history.
Payload
| Field | Type | Description |
target * | Target (required: external_id) | |
object | object | |
idempotency_key | string | |
object
open object — no declared properties
Result
| Field | Type | Description |
external_id | string | |
archived_at | string (date-time) | |
Examples
archive channel
{
"target": {
"system": "slack",
"external_id": "C0123456"
}
}
Profiles