/
/Placet API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 7m ago · Updated 5mo ago
Agent API12
  • postReport agent status (heartbeat)
  • getList messages for a channel (chat-as-storage)
  • postSend a message to a channel (channelId in body)
  • getGet a single message + review status
  • deleteDelete (retract) a message
  • getList all pending reviews for a channel
  • getGet a specific review by message ID
  • getLong-poll for review response (max 30s)
  • getList all files in a channel
  • postUpload a file
  • postStore a file without creating a message
  • getDownload file directly by attachment ID
    Agent API

    Delete (retract) a message

    delete/api/v1/messages/{id}

    Path parameters

    idstring required

    Query parameters

    channelstring required

    Channel (agent) ID

    Response

    Message deleted

    deletedboolean required

    Example response

    {
      "deleted": true
    }

    Changes