remove_embed_origin
Remove one hostname from the project's embed allowlist. Idempotent — removing an entry that isn't present is a no-op. Removing the last entry turns embedding OFF (the public embed endpoint 404s the project).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| origin | Yes | Hostname or URL to remove. Normalized the same way as add_embed_origin before matching. | |
| projectId | Yes | Opaque project id (a v4 UUID, from list_projects/create_project). Selects which existing project this call mutates. |