DiceX DevelopersDiceX API Docs

Delete Contact Group

DELETE
/api/v1/OnlineMeeting/DeleteContactGroup
ApiKey<token>

API Key needed to access the endpoints. Example: "ApiKey: {key}"

In: header

Query Parameters

id?integer
Formatint64

Response Body

curl -X DELETE "https://gateway.dicex.me/api/v1/OnlineMeeting/DeleteContactGroup"
{
  "isSuccess": true,
  "message": "string",
  "value": 0
}