Remove a key
Learn how to remove a key.
Capabilities
`users=write`
Syntax
DELETE /admin/user?key&format=json HTTP/1.1
Host FULLY_QUALIFIED_DOMAIN_NAME
Request Parameters
access-key
- Description
-
The S3 access key belonging to the S3 key pair to remove.
- Type
-
String
- Example
-
AB01C2D3EF45G6H7IJ8K - Required
-
Yes
uid
- Description
-
The user to remove the key from.
- Type
-
String
- Example
-
foo_user - Required
-
No
subuser
- Description
-
The subuser to remove the key from.
- Type
-
String
- Example
-
sub_foo - Required
-
No
key-type
- Description
-
Key type to be removed, options are: swift, s3.Note: Required to remove swift key.
- Type
-
String
- Example
-
swift - Required
-
No
Special Error Responses
None.
Response Entities
None.