Remove an allowed origin from an API key
account
Remove an allowed origin from an API key
Remove an allowed origin from an API key
DELETE
Remove an allowed origin from an API key
Add an allowed browser Origin (CORS) to an API key. Provide a full absolute origin — scheme, host and (non-default) port — e.g. https://app.example.com. Origins are matched exactly, so register each distinct origin you call the API from. For local development, add your dev server's localhost origin (e.g. http://localhost:3000); the scheme and port must match exactly (http://localhost:3000 is different from https://localhost:3000 and from http://localhost:5173).Regenerate an API key