Delete meeting
This activity deletes a MiTeam meeting by the meeting Id or access code.
| Parameters | Description |
|---|---|
|
MeetingIdOrAccessCode |
Meeting identifier or access code of the meeting to be deleted. |
| Parameters | Description |
|---|---|
Success |
Indicates whether the activity was completed successfully (value = True) or not (value = False). |
|
StatusCode |
Returns the HTTP code based on the result. For example, 200 indicates success. |
Body |
HTTP response to the request. |
↑