AccesskeysApi
Method
HTTP request
Description
AccesskeysDelete
var result = AccesskeysDelete(ctx, accesskeyId)
.Execute()Example
package main
import (
"context"
"fmt"
"os"
objectstoragemanagement "github.com/ionos-cloud/sdk-go-bundle/products/objectstoragemanagement"
"github.com/ionos-cloud/sdk-go-bundle/shared"
)
func main() {
accesskeyId := "fb68d39a-5706-51b4-b2b2-7b4bf9cbf0af" // string | The ID (UUID) of the AccessKey.
configuration := shared.NewConfiguration("USERNAME", "PASSWORD", "TOKEN", "HOST_URL")
apiClient := objectstoragemanagement.NewAPIClient(configuration)
resp, err := apiClient.AccesskeysApi.AccesskeysDelete(context.Background(), accesskeyId).Execute()
if err != nil {
fmt.Fprintf(os.Stderr, "Error when calling `AccesskeysApi.AccesskeysDelete``: %v\n", err)
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", resp)
}
}Path Parameters
Name
Type
Description
Notes
Other Parameters
Return type
HTTP request headers
AccesskeysFindById
Example
Path Parameters
Name
Type
Description
Notes
Other Parameters
Return type
HTTP request headers
AccesskeysGet
Example
Path Parameters
Other Parameters
Name
Type
Description
Notes
Return type
HTTP request headers
AccesskeysPost
Example
Path Parameters
Other Parameters
Name
Type
Description
Notes
Return type
HTTP request headers
AccesskeysPut
Example
Path Parameters
Name
Type
Description
Notes
Other Parameters
Name
Type
Description
Notes
Return type
HTTP request headers
AccesskeysRenew
Example
Path Parameters
Name
Type
Description
Notes
Other Parameters
Return type
HTTP request headers
Last updated
