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
| 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 | |
left_at | string (date-time) | |
Examples
leave channel
{
"target": {
"system": "slack",
"external_id": "C0123456"
}
}
Profiles