Delete an NSS key
You can delete an NetApp Support Site (NSS) key.
Step 1. Select the account to use
Perform the workflow Get supported services and choose the accountId
value for the path parameter.
Step 2. Select the NSS key to delete
Perform the workflow Get NSS keys and choose the id
value for the nssKeyID
parameter.
Step 3. Delete the NSS keys
You can issue a REST API call to delete the NSS keys.
HTTP method and endpoint
This REST API call uses the following method and endpoint.
HTTP method | Resource path |
---|---|
DELETE |
/ipa/account/{accountId}/nss-keys/{nssKeyId} |
Curl example
curl --request DELETE \
--location "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>"
Additional input parameters
The JSON input example includes the minimum list of parameters.
Parameter | Type | Required | Description |
---|---|---|---|
<ACCOUNT_ID> |
Path |
Yes |
Identifies the account |
<NSS_KEY_ID> |
Path |
Yes |
Identifies the NSS key |
Output
None