Document DELETE /stablecoin-provider-accounts/{id} - #1039
Conversation
The revoke endpoint has served since the stablecoin issuance API shipped but the spec documented only GET on this path. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01KYyhvyVNjMMDrKJqFriCE7
|
The latest updates on your projects. Learn more about Vercel for GitHub.
3 Skipped Deployments
|
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
✱ Stainless preview builds for gridThis PR will update the cli go kotlin openapi php python ruby typescript
|
|
DELETE /stablecoin-provider-accounts/{stablecoinProviderAccountId}has been served by sparkcore since the stablecoin issuance API shipped, but the spec documented onlyGETon that path. The handler-conformance test in webdev flagged it while the stablecoin handlers migrated to parameter injection (lightsparkdev/webdev#35829).This adds the operation as
revokeStablecoinProviderAccount, describing what the handler does today:statustoREVOKED; the link stays readable.STABLECOIN_PROVIDER_ACCOUNT_REVOKED.204.Responses are
204,401,404,500, matching the handler. The skill's endpoint table gains the row. No version bump: additive change.Once this merges and the Python package regenerates, the route comes off the undocumented-route list in the webdev conformance test.
🤖 Generated with Claude Code
https://claude.ai/code/session_01KYyhvyVNjMMDrKJqFriCE7
Generated by Claude Code