DELETE /user/subscription_tokens/{provider}

Delete your subscription token for a provider.

MethodPath
DELETE/v1/user/subscription_tokens/{provider}

Your sessions stop billing your subscription immediately, and the usage reading goes with it — it described that token's plan.

Path parameters

providerenumrequired

Named for the harness the token drives, not the vendor behind it: a developer connects "my Claude subscription", and the path segment they type is `claude`.

one ofclaudecodex
curl -X DELETE \
  "https://api.ellipsis.dev/v1/user/subscription_tokens/{provider}" \
  -H "Authorization: Bearer $ELLIPSIS_API_KEY"

Request

Response

On this page

No Headings
Schedule a demo