DELETE Workflow/SMERoleMapping

Request Information

URI Parameters

None.

Body Parameters

NameDescriptionTypeAdditional information
MID

None.

CourseUniqueId

None.

Skill

None.

Proficiency

None.

BaseBU

None.

IsPrimarySME

None.

LastModifiedDate

None.

Request Formats

application/json, text/json

Sample:
{
  "MID": "sample string 1",
  "CourseUniqueId": "sample string 2",
  "Skill": "sample string 3",
  "Proficiency": "sample string 4",
  "BaseBU": "sample string 5",
  "IsPrimarySME": true,
  "LastModifiedDate": "2026-03-15T19:31:57.0997731+00:00"
}

application/xml, text/xml

Sample:
<SMERoleMapping xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Yorbit.Data.SQLServer.POCO">
  <BaseBU>sample string 5</BaseBU>
  <CourseUniqueId>sample string 2</CourseUniqueId>
  <IsPrimarySME>true</IsPrimarySME>
  <LastModifiedDate>2026-03-15T19:31:57.0997731+00:00</LastModifiedDate>
  <MID>sample string 1</MID>
  <Proficiency>sample string 4</Proficiency>
  <Skill>sample string 3</Skill>
</SMERoleMapping>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

NameDescriptionTypeAdditional information
Version

None.

Content

None.

StatusCode

None.

ReasonPhrase

None.

Headers

None.

RequestMessage

None.

IsSuccessStatusCode

None.