RemoveFileserverApiKey
Deletes an api key for a vault
Authentication Methods
- EmailPassword (Only Owner and Admin)
- With AMS username and password
Input Parameter |
Type |
Description |
Token* |
String |
Security Token |
ApiKey* |
String |
|
Output Parameter |
Type |
Description |
Success |
Boolean |
True if success, false if failed |
CURL EXAMPLE
curl -g 'https://example.com/ctrller/api.php?Task=RemoveApiKey&ApiKey=007a1267-9918-a556-8f09-e4&Token=1d97a1f8-b884-e6bd-3c96-e3f0eedbe083'
RESPONSE
<Response>
<Status>1</Status>
<Message>Success</Message>
</Response>