Deletes a static username and password.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
amqp:DeleteStaticAccount |
delete |
*All Resource
|
None |
|
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| UserName |
string |
Yes |
The static username to delete. |
MjphbXFwLWNuLXVxbTJ6cjc2djAwMzpMVEFJNX*******ZNMWVSWnRFSjZ2Zm8= |
| CreateTimestamp |
integer |
No |
The timestamp that indicates when the static username and password were created. Unit: milliseconds. Call the ListAccounts operation to find this value. |
1671175303522 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The request ID. |
021788F6-E50C-4BD6-9F80-66B0A1****** |
| Code |
integer |
The return code. A value of 200 indicates that the call is successful. |
200 |
| Message |
string |
The returned message. |
operation success |
| Data |
boolean |
The returned data. |
true |
| Success |
boolean |
Indicates whether the call was successful. |
true |
Examples
Success response
JSON format
{
"RequestId": "021788F6-E50C-4BD6-9F80-66B0A1******",
"Code": 200,
"Message": "operation success",
"Data": true,
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.