Leave call connection
Required scope: sessions:manage
Disconnects the named connection. The call and the participant’s other connections continue. Use DELETE /voip/calls/{id} to end the call for everyone.
Authorizations
Polymorfa organization key (pmfa_ prefix), project token (pmfa_pt_ prefix) where supported, or short-lived client token (pmfa_ct_ prefix). Organization and project keys may be personal or service-account owned and enforce selected action scopes. Organization keys cover the team and its projects; project tokens stay inside one project. Client tokens stay inside their live project and session and enforce their client rules.
Path Parameters
Identifier for this resource.
Value constraints
1"call-123"
Body
Client-chosen identifier of one media connection. Reusing it replaces that connection.
Value constraints
^[A-Za-z0-9_-]{8,64}$"conn_0123456789"
Server credentials only: the participant acting in the call. Defaults to default. Client tokens act as their own participant and must omit this field.
Value constraints
^[A-Za-z0-9._:@-]{1,128}$"agent-7"