Delete chat message
org.intentschema.communication.chat.message.delete.v1
JSON: bare · @sha256:86707f694bd6…
Hash: sha256:86707f694bd694f4311e68793f8892dbb267eb5ae94caa48541a777b01036a2f
Delete (redact) a posted chat message. Cannot delete under legal hold (Purview hold, Slack Enterprise Grid retention).
Payload
| Field | Type | Description |
target * | Target (required: external_id) | |
idempotency_key | string | |
Result
| Field | Type | Description |
external_id | string | |
deleted_at | string (date-time) | |
Examples
delete
{
"target": {
"system": "slack",
"external_id": "msg_abc"
}
}
Profiles