Delete Livechat Message
    • Dark
      Light
    • PDF

    Delete Livechat Message

    • Dark
      Light
    • PDF

    Article summary

    Delete
    /api/v1/livechat/message/{_id}

    Remove a specific livechat message.

    Path parameters
    _id
    stringRequired

    The message ID that you want to update.

    ExampleZKWP8LfGnRHQ3ozWa
    Body parameters
    Example 1
    {
      "token": "54fc5544030bcecda053311cb6b989",
      "rid": "hGFwSKA28nRKut3pD"
    }
    object
    token
    string Required

    The visitor token.

    rid
    string Required

    The room ID.

    Responses
    200
    Success Example
    {
      "message": {
        "_id": "ZKWP8LfGnRHQ3ozWa",
        "ls": "2018-09-14T13:31:33.279Z"
      },
      "success": true
    }
    Expand All
    object
    message
    object
    _id
    string
    ls
    string
    success
    boolean
    400

    Bad Request

    Example 1
    {
      "success": false,
      "error": "must have required property 'token' [invalid-params]",
      "errorType": "invalid-params"
    }
    object
    success
    boolean
    error
    string
    errorType
    string

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.