Delete API Token
Revoke access by deleting API tokens using thedelete_api_token() method. Pass the token value (the sk-mira-... string), not the token’s id.
Example
Error Handling
Usage Notes
- Pass the
tokenvalue (sk-mira-...), not theid— deleting byidreturns404 - Deletion is permanent and cannot be undone
- Plan for service disruption if deleting active tokens

