POST /profile/unemulate
Unemulate Profile
Exit emulation for a specific target profile.
Request Body (UnemulateProfileApiRequest)
| Field | Type | Required | Description |
|---|---|---|---|
target_profile_id | string | No | Profile ID to stop emulating (omit on the ack call) |
idempotency_key | string | No | Idempotency / soft-call key. Echo the server-minted value with accept to perform/reject a proposed unemulation. |
soft | boolean | No | Propose the unemulation without performing it — emulation continues until accepted (record-and-hold) |
accept | boolean | No | Ack: True performs the proposed unemulation, False discards it. Only meaningful with idempotency_key |
Response (UnemulateProfileApiResponse)
| Field | Type | Required | Description |
|---|---|---|---|
ok | boolean | Yes | Whether unemulation succeeded |
reason | string | No | Reason if unemulation failed |
idempotency_key | string | No | Server-minted soft-call key (audit call_id). On a soft propose, echo this back with accept to perform/reject the proposed unemulation. |
Last updated on