Delete Credential

Delete Credential

Operation ID: deleteCredential
Delete the S3 credential of the platform user. Parameters tenant_id and tenant_id are always in request; the platform decides whehter to use them.

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

The access key of the S3 credential to delete

Query Parameters
string
tenant_id
Optional

The ID of the tenant which the user belongs to

string
user_id
Optional

The ID of the user which the deleted S3 credential belongs to


Authentication
This operation uses the following authentication methods.
Responses
204

The S3 credential is deleted

Operation doesn't return any data structure

501

The optional API is not implemented

Operation doesn't return any data structure