Remove Contact From Meeting
Authorization
ApiKey ApiKey<token>
API Key needed to access the endpoints. Example: "ApiKey: {key}"
In: header
Query Parameters
id?integer
Format
int64TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X DELETE "https://gateway.dicex.me/api/v1/OnlineMeeting/RemoveContactFromMeeting" \ -H "Content-Type: application/json" \ -d '{}'{
"isSuccess": true,
"message": "string",
"value": 0
}