cURL
curl --request DELETE \ --url https://api.example.com/journals/editor/delete/{journal_id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>", "timestamp": "<string>", "deleted_journal_data": { "id": "<string>", "type": "<string>", "title": "<string>", "content": "<string>", "comments": [ "<unknown>" ], "created_at": "<string>", "is_trashed": true, "updated_at": "<string>", "font_family": "<string>", "publish_status": "<string>", "publish_subdomain": "<string>", "color": "<string>", "trashed_at": "<string>", "parent_item": "<string>", "order_indexes": "<unknown>", "pending_invites": "<unknown>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Response model for journal deletion.
Detailed data about the deleted journal.
Show child attributes
Was this page helpful?