Collaboration - Custom APIs - Disassociate Collaboration Map Custom Api
Disassociates a mapped entity from the given collaboration session.
POST https://<org-id>.<crm-region>.dynamics.com/api/data/v9.0/m365_disassociatecollaborationmap
Request Header
Name | Required | Type | Description |
---|---|---|---|
Authorization | True |
string |
The Dataverse JWT authentication token. |
Request Body
Name | Type | Description |
---|---|---|
collaborationMapId |
string |
A unique identifier for the collaboration map. |
collaborationRootId |
string |
A unique identifier for the collaboration session. |
Responses
Name | Type | Description |
---|---|---|
204 No Content |
No Content. Collaboration map disassociated from the collaboration session |
|
Other Status Codes |
Error response describing why the operation failed. |
Security
Authorization
The Dataverse JWT authentication token.
Type:
apiKey
In:
header
Definitions
Name | Description |
---|---|
Error |
|
Error |
|
Post |
ErrorModel
Name | Type | Description |
---|---|---|
code |
string |
A unique identifier for the error code. |
message |
string |
The error description details. |
ErrorResponse
Name | Type | Description |
---|---|---|
error |
The error details object. |
PostDisassociateCollaborationMapRequest
Name | Type | Description |
---|---|---|
collaborationMapId |
string |
A unique identifier for the collaboration map. |
collaborationRootId |
string |
A unique identifier for the collaboration session. |