Logo
MicroStrategy REST API API Documentation

Delete contact by ID

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

Delete a specific contact by its ID.This endpoint deletes information about the given contact.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 ID using GET /contacts.You pass the contact 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/contacts/:id' -H 'X-MSTR-AuthToken: authToken'

ENDPOINTS