curl -s -H 'Authorization: Bearer <your API token>' -X DELETE -H "Content-Type: application/json" \
'https://coda.io/apis/v1/docs/<doc ID>/pages/<page ID>' |
jq 'if .statusMessage? == null then "Deleted page" else . end'
# => "Deleted pages"
{
"requestId": "abc-123-def-456",
"id": "canvas-tuVwxYz"
}