Skip to main content
POST
Bulk delete (trash) pages

Authorizations

X-API-KEY
string
header
required

Your deployment's API key (MMK_API_KEY).

X-Notion-Token
string
header
required

Your Notion integration token / internal token. Supplied by the caller (not stored server-side).

Body

application/json
page_ids
string[]
required

Page IDs to move to trash (max 100).

config
object

Optional concurrency/retry config.

Response

Per-page delete results

success
boolean
total
integer
successful
integer
failed
integer
results
object[]
failed_page_ids
string[]
processing_time
string
summary
object
error_message
string