DELETE Application/DeleteCompanyRole
Request Information
URI Parameters
None.
Body Parameters
CompanyRoleName | Description | Type | Additional information |
---|---|---|---|
ID | globally unique identifier |
None. |
|
RoleID | globally unique identifier |
Required |
|
SecurityGroupID | globally unique identifier |
Required |
|
WorkflowID | globally unique identifier |
Required |
|
Name | string |
Required |
Request Formats
application/json, text/json
Sample:
{ "ID": "fa25c957-8d8a-49da-95e5-3ffb32d1b376", "RoleID": "f52ef99a-646d-4798-8723-636275ebeac0", "SecurityGroupID": "6e727842-88bf-4e38-b6df-e2a5c5af4179", "WorkflowID": "b9cbbe06-29cf-4c1e-ae67-ed96dfef351d", "Name": "sample string 5" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseName | Description | Type | Additional information |
---|---|---|---|
IsSuccess | boolean |
None. |
|
ErrorMessage | string |
None. |
|
Code | string |
None. |
|
StackTrace | string |
None. |
|
Response | ServiceItem |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.