Nurama Developers

unhighlight_message

Remove the highlight / pin from a message.

Mutating tool: it changes data in Nurama. Available only when the key carries the matching scope.

Remove the highlight / pin from a message. No-op if not currently highlighted.

Input

PropertyTypeRequiredDescription
messageIdstringyesUUID of the message.

JSON Schema

{
  "type": "object",
  "properties": {
    "messageId": {
      "type": "string",
      "description": "UUID of the message."
    }
  },
  "required": [
    "messageId"
  ],
  "additionalProperties": false
}

On this page