Delete an allowed origin
Removes an origin from the admin CORS allowlist. After deletion the admin SPA running at that origin will no longer be able to call the admin API from a browser.
Required scope: write_settings (for API-key authentication).
DELETE
Spree Admin SDK
Authorizations
Secret API key for admin access
JWT token for admin user authentication
Headers
Bearer token for admin authentication
Path Parameters
Allowed origin ID
Response
204
allowed origin deleted
Spree Admin SDK

