Skip to main content

Delete an NSS key

Contributors netapp-ranuk

You can delete an NetApp Support Site (NSS) key.

1. Select the account to use

Perform the workflow Get supported services and choose the accountId value for the path parameter.

2. Select the NSS key to delete

Perform the workflow Get NSS keys and choose the id value for the nssKeyID parameter.

3. Delete the NSS keys

HTTP method Resource path

DELETE

/ipa/account/{accountId}/nss-keys/{nssKeyId}

curl example
curl --location --request DELETE 'https://cloudmanager.cloud.netapp.com/ipa/account/<ACCOUNT_ID>/nss-key/<NSS_KEY_ID>' --header 'Content-Type: application/json' --header 'x-agent-id: <AGENT_ID>' --header 'Authorization: Bearer <ACCESS_TOKEN>'
Input parameters
  • Path parameter <ACCOUNT_ID> (accountId)

  • Path parameter <NSS_KEY_ID> (nssKeyId)

Output

None