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

FieldTypeDescription
target *Target (required: external_id)
objectobject
idempotency_keystring
object

open object — no declared properties

Result

FieldTypeDescription
external_idstring
archived_atstring (date-time)

Examples

archive channel

{
  "target": {
    "system": "slack",
    "external_id": "C0123456"
  }
}

Profiles