{
  "$id": "https://intentschema.org/profiles/com.notion/productivity.notes.note.delete.v1.json",
  "id": "org.intentschema.productivity.notes.note.delete.v1@com.notion.v1",
  "pins": "https://intentschema.org/intents/productivity/notes/note/delete/v1.json",
  "title": "Notion note delete profile",
  "description": "Notion profile for note delete.",
  "constraints": {
    "properties": {
      "target": {
        "properties": {
          "system": {
            "const": "notion"
          }
        },
        "required": [
          "system"
        ]
      }
    }
  },
  "api": {
    "method": "PATCH",
    "path": "/v1/pages/{id}",
    "scopes": [],
    "docs": "https://developers.notion.com/reference/patch-page",
    "params": {
      "target.external_id": "page_id path param",
      "(implicit)": "body: { archived: true }"
    },
    "base_url": "https://api.notion.com"
  }
}
