Logo
MicroStrategy REST API API Documentation

Delete a contact group by ID

DELETE {{baseUrl}}/api/contactGroups/:id

Delete a specific contact group by its ID.This endpoint deletes information about the given contact group.You obtain the authorization token needed to execute the request using POST /auth/login.You pass the authorization token in the request header. You obtain the contact group ID using GET /contactGroups.You pass the contact group ID in the path of the request.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
X-MSTR-AuthToken
string (Required) Authorization token




RESPONSES

status





Curl
curl -X DELETE 'baseUrl/api/contactGroups/:id' -H 'X-MSTR-AuthToken: authToken'

ENDPOINTS