Skip to main content

RemoveCredential

Remove a credential.

Parameters

  • name: A unique name that can be used to find this credential.

Details

The credential will be permanently removed. This would also mean that resources that require ApertureDB to provide these credentials (e.g. an image in a given S3 bucket) will no longer remain accessible.

Examples

Remove credential "training_bucket_credential":


[{
"RemoveCredential": {
"name": "training_bucket_credential"
}
}]

Response for a successful remove:


[{
"RemoveCredential": {
"status": 0
}
}]