Skip to main content
POST
/
v1
/
calls
/
{id}
/
leave
Leave a call
curl --request POST \
  --url https://api.magne.app/v1/calls/{id}/leave \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Response

Success

message
string