{"uid":"cap_6pqdWmFqHNvrv8KlhHdMS","slug":"delx-array-drop-f86cf14b","name":"Delx Array Drop","description":"Drop the first N elements. Call when you skip headers or already-processed agent rows. Returns remaining items and count for $0.001 USDC via x402 on Base. No network, no keys, no retention; first-party local JSON only. Results are advisory; the caller owns budgets, auth, and production controls.","url":"https://api.delx.ai/api/v1/x402/arr-drop","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"n":{"type":"integer","description":"Input field: n."},"items":{"type":"array","description":"Input field: items."}}},"responseSchema":{"type":"json","example":{"count":2,"items":[3,4],"schema":"delx/util-arr-drop/v1"}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.001","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.001/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_kICEc9BGjvWzUsBWevGx_","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.001","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Drops the first N elements from a JSON array, returning the remaining items and their count","exampleAgentPrompt":"I have this JSON array of rows and I want to skip the first 3 elements — can you drop those and give me the remaining items with a count?","exampleUseCases":[{"title":"Skip CSV header rows","prompt":"I've parsed a CSV into a JSON array but the first 2 rows are headers I don't need — can you drop those 2 elements and return the remaining data rows?"},{"title":"Resume from last processed item","prompt":"My agent already processed the first 10 items in this list. Drop those 10 from the front and give me what's left so I can continue where I left off."},{"title":"Remove pagination prefix entries","prompt":"I got back an array of results but the first 5 entries are duplicates from the previous page. Drop those 5 and return just the new items with a count."}],"resultDescription":"Returns a JSON object containing the remaining array elements after the first N have been removed, along with a count of how many items remain.","failureModes":["N exceeds array length — returns empty array with count 0","Non-integer N — validation error","Items field is not an array — schema validation error","N is negative — may error or return full array depending on implementation"],"whenToPreferThis":"Choose this endpoint when you need a simple, stateless, pay-per-call array slice operation with no infrastructure setup. Ideal for agents that need to skip headers, resume mid-list processing, or remove already-handled leading elements without writing custom code. Best for local JSON manipulation where no network fetch or external data source is involved.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T00:50:50.046Z","isFirstParty":false}