Skip to main content
DELETE
/
journals
/
editor
/
delete
/
{journal_id}
{
  "success": true,
  "message": "<string>",
  "timestamp": "<string>",
  "deleted_journal_data": {
    "id": "<string>",
    "type": "<string>",
    "color": "<string>",
    "title": "<string>",
    "content": "<string>",
    "comments": [
      "<any>"
    ],
    "created_at": "<string>",
    "is_trashed": true,
    "trashed_at": "<string>",
    "updated_at": "<string>",
    "font_family": "<string>",
    "parent_item": "<string>",
    "order_indexes": "<any>",
    "publish_status": "<string>",
    "pending_invites": "<any>",
    "publish_subdomain": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

journal_id
string
required

Response

Successful Response

Response model for journal deletion.

success
boolean
required
message
string | null
timestamp
string
deleted_journal_data
object | null

Detailed data about the deleted journal.

I