Commands
Crossmint keys delete
Delete an API key
The keys delete command allows you to delete an existing API key from your Crossmint project.
To use it, run the following command from your terminal
Where <key-id>
is the ID of the API key you want to delete.
You can get the key id by running keys list
command
Example
Delete an API key:
You will be prompted to confirm the deletion:
After confirming, you’ll see a success message:
Note: Once an API key is deleted, any applications or services using that key will no longer be able to authenticate with the Crossmint API.