prufa_revoke_discovery_domain
De-authorize a discovery domain to stop future discovery and tear down associated disposable identities.
Instructions
[Pro] De-authorize a discovery domain. Future discovery on it is refused and any disposable identities created for it are torn down (the response reports identities_torn_down). Idempotent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain_id | Yes | id of the domain to revoke. | |
| idempotency_key | No | Optional. Replays of the same key within 24h return the original response without re-executing — pass one to make retries safe. Omitted: a fresh key is generated, so each call executes. |