Leave chat channel

org.intentschema.communication.chat.channel.leave.v1

JSON: bare · @sha256:31ea43054ef9…
Hash: sha256:31ea43054ef99f5ec8ff110d183f2647a418361bcd4d5288843018d96de5a70c

Remove the acting user from a channel.

Payload

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

open object — no declared properties

Result

FieldTypeDescription
external_idstring
left_atstring (date-time)

Examples

leave channel

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

Profiles