quire.deleteChat
Delete a chat channel permanently by providing its OID, or owner type, owner ID, and chat ID. This action is irreversible.
Instructions
Delete a chat channel by OID, or by owner type/ID and chat ID. This action cannot be undone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| oid | No | The chat channel OID (unique identifier). Use this OR ownerType+ownerId+chatId | |
| ownerType | No | The type of owner (currently only 'project' is supported, required when using chatId) | |
| ownerId | No | The owner ID or OID (required when using chatId) | |
| chatId | No | The chat ID within the owner to delete |