Delete Credential

Delete Credential

Operation ID: deleteCredential
Delete the AWS Signature V4 key-pair credential of the storage user. Parameters tenant_id and tenant_id are always in request; the platform decides whehter to use them.

Request
URI
DELETE
https://{api_host}/osis/api/v1/s3credentials/{accessKey}
COPY
Path Parameters
string
accessKey
Required

The access key of the AWS Signature V4 key-pair credential to delete

Query Parameters
string
tenant_id
Optional

The ID of the storage tenant to which the user belongs

string
user_id
Optional

The ID of the storage user to which the deleting AWS Signature V4 key-pair credential belongs


Authentication
This operation uses the following authentication methods.
Responses
204

The AWS Signature V4 key-pair credential is deleted

Operation doesn't return any data structure

501

The optional API is not implemented

Operation doesn't return any data structure