POST ProjectOrganizations/Remove

Deletes the specified datamarts from the projects

Request Information

URI Parameters

None.

Body Parameters

Collection of ProjectOrganizationDTO
NameDescriptionTypeAdditional information
ProjectID

Gets or set the ID of project

globally unique identifier

None.

Project

Gets or sets the project

string

None.

OrganizationID

Gets or set the ID of an organization

globally unique identifier

None.

Organization

Get or set the Organization

string

None.

Request Formats

application/json, text/json

Sample:
{
  "results": [
    {
      "ProjectID": "4d23d2f5-369d-4af2-b3ab-45720e24bb35",
      "Project": "sample string 2",
      "OrganizationID": "e79e09d5-0369-405b-b3ca-2756c471b0b0",
      "Organization": "sample string 4"
    },
    {
      "ProjectID": "4d23d2f5-369d-4af2-b3ab-45720e24bb35",
      "Project": "sample string 2",
      "OrganizationID": "e79e09d5-0369-405b-b3ca-2756c471b0b0",
      "Organization": "sample string 4"
    }
  ]
}

text/javascript

Sample:
{"results":[{"ProjectID":"4d23d2f5-369d-4af2-b3ab-45720e24bb35","Project":"sample string 2","OrganizationID":"e79e09d5-0369-405b-b3ca-2756c471b0b0","Organization":"sample string 4"},{"ProjectID":"4d23d2f5-369d-4af2-b3ab-45720e24bb35","Project":"sample string 2","OrganizationID":"e79e09d5-0369-405b-b3ca-2756c471b0b0","Organization":"sample string 4"}]}

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.

application/xml, text/xml

Sample:
<ArrayOfProjectOrganizationDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Lpp.Dns.DTO">
  <ProjectOrganizationDTO>
    <Organization>sample string 4</Organization>
    <OrganizationID>e79e09d5-0369-405b-b3ca-2756c471b0b0</OrganizationID>
    <Project>sample string 2</Project>
    <ProjectID>4d23d2f5-369d-4af2-b3ab-45720e24bb35</ProjectID>
  </ProjectOrganizationDTO>
  <ProjectOrganizationDTO>
    <Organization>sample string 4</Organization>
    <OrganizationID>e79e09d5-0369-405b-b3ca-2756c471b0b0</OrganizationID>
    <Project>sample string 2</Project>
    <ProjectID>4d23d2f5-369d-4af2-b3ab-45720e24bb35</ProjectID>
  </ProjectOrganizationDTO>
</ArrayOfProjectOrganizationDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.