DELETE Application/DeleteSecurityGroupUserPassword
Request Information
URI Parameters
None.
Body Parameters
SecurityGroupUserPasswordName | Description | Type | Additional information |
---|---|---|---|
ID | globally unique identifier |
None. |
|
PasswordHash | Collection of byte |
Required |
|
DateCreated | date |
Required |
|
SecurityGroupUserID | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{ "ID": "93eb8cc3-35bb-4de6-8e08-f0134c2e1c84", "PasswordHash": "QEA=", "DateCreated": "2025-09-05T18:36:51.1266897+00:00", "SecurityGroupUserID": "bdffa2e7-e440-4965-9c83-8675cc021e52" }
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.