Skip to main content
POST
/
api
/
v1
/
meeting
/
participants
/
{participant_id}
/
delete
curl --request POST \
    --url http://localhost:8000/api/v1/meeting/participants/456/delete \
    --header "Authorization: Bearer <your_access_token>" \
    | jq
{
  "message": "<string>"
}
curl --request POST \
    --url http://localhost:8000/api/v1/meeting/participants/456/delete \
    --header "Authorization: Bearer <your_access_token>" \
    | jq

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

participant_id
string<uuid>
required

Response

Successful Response

Generic message schema.

message
string
required