Skip to content

Document DELETE /stablecoin-provider-accounts/{id} - #1039

Merged
shreyav merged 1 commit into
mainfrom
claude/awesome-davinci-zlf3oa-revoke-provider-account
Sep 21, 2026
Merged

shreyav merged 1 commit into
mainfrom
claude/awesome-davinci-zlf3oa-revoke-provider-account

Conversation

@shreyav

@shreyav shreyav commented Sep 19, 2026

Copy link
Copy Markdown
Contributor

DELETE /stablecoin-provider-accounts/{stablecoinProviderAccountId} has been served by sparkcore since the stablecoin issuance API shipped, but the spec documented only GET on 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:

  • Clears the stored credential material and sets the link's status to REVOKED; the link stays readable.
  • Stablecoins registered under it can no longer mint or burn, and registering a new one under it is rejected with STABLECOIN_PROVIDER_ACCOUNT_REVOKED.
  • Re-linking the same provider account reactivates the link.
  • Revoking an already-revoked link is a no-op 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

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
@vercel

vercel Bot commented Sep 19, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
grid-statements-demo Error Error Sep 19, 2026 1:18am UTC
3 Skipped Deployments
Project Deployment Actions Updated
grid-cards-demo Ignored Ignored Sep 19, 2026 1:18am UTC
grid-flow-builder Ignored Ignored Sep 19, 2026 1:18am UTC
grid-wallet-demo Ignored Ignored Sep 19, 2026 1:18am UTC

Request Review

@mintlify

mintlify Bot commented Sep 19, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated
Grid 🟢 Ready View Preview Sep 19, 2026, 1:19 AM

@github-actions

github-actions Bot commented Sep 19, 2026

Copy link
Copy Markdown
Contributor

✱ Stainless preview builds for grid

This PR will update the grid SDKs with the following commit messages.

cli

chore(internal): regenerate SDK with no functional changes

go

chore(internal): regenerate SDK with no functional changes

kotlin

chore(internal): regenerate SDK with no functional changes

openapi

feat(api): add revoke provider account method to stablecoins

php

chore(internal): regenerate SDK with no functional changes

python

chore(internal): regenerate SDK with no functional changes

ruby

chore(internal): regenerate SDK with no functional changes

typescript

chore(internal): regenerate SDK with no functional changes
⚠️ grid-openapi studio · code

Your SDK build had at least one "error" diagnostic.
generate ❗

⚠️ grid-kotlin studio · code

Your SDK build had a failure in the test CI job, which is a regression from the base state.
generate ❗build ⏭️lint ⏭️test ❗

⚠️ grid-ruby studio · code

Your SDK build had at least one "error" diagnostic.
generate ❗build ⏭️lint ⏭️test ⏭️

⚠️ grid-go studio · code

Your SDK build had at least one "error" diagnostic.
generate ❗build ⏭️lint ⏭️test ⏭️

go get github.com/stainless-sdks/grid-go@191cd75be43e40d272cefb1177cbfdf3dd518f39
⚠️ grid-typescript studio · conflict

Your SDK build had at least one error diagnostic.

⚠️ grid-python studio · code

Your SDK build had at least one "error" diagnostic.
generate ❗build ⏭️lint ⏭️test ⏭️

⚠️ grid-php studio · code

Your SDK build had at least one "error" diagnostic.
generate ❗lint ⏭️test ⏭️

⚠️ grid-cli studio · code

Your SDK build had at least one "error" diagnostic.
generate ❗build ⏭️lint ⏭️test ⏭️


This comment is auto-generated by GitHub Actions and is automatically kept up to date as you push.
If you push custom code to the preview branch, re-run this workflow to update the comment.
Last updated: 2026-09-21 16:10:41 UTC

@greptile-apps

greptile-apps Bot commented Sep 19, 2026

Copy link
Copy Markdown
Contributor

RetriggerConfidence Score: 5/5

The PR appears safe to merge as an additive documentation change.

Summary

Documents the existing DELETE /stablecoin-provider-accounts/{stablecoinProviderAccountId} endpoint as revokeStablecoinProviderAccount.

  • Describes credential clearing, retained readability, restrictions on revoked links, reactivation, and idempotent revocation.
  • Adds authenticated 204, 401, 404, and 500 responses to the source specification and both bundles.
  • Updates the skill’s endpoint reference table.
  • No actionable defects or repository-rule violations were identified.

Reviews (1) · Last reviewed commit: "Document DELETE /stablecoin-provider-acc..."

@shreyav
shreyav merged commit efd3283 into main Sep 21, 2026
13 of 14 checks passed
@shreyav
shreyav deleted the claude/awesome-davinci-zlf3oa-revoke-provider-account branch September 21, 2026 16:04

This branch had an error being deployed

1 failed and 1 active deployments
staging - mintlify 957fb989 Deployed Sep 19, 2026 by mintlify[bot]
Preview – grid-statements-demo 957fb989 Deployed Sep 19, 2026 by vercel[bot]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants