Skip to main content

Delete Key Management Server

Select

SaaS
Customer Managed

Delete key management server based on Id

Path Parameters
  • kmsId integer required

    Id of Key Management Server

Responses

OK


Schema
  • errorMessage string
  • errorCode int32
DELETE /v4/keymanagementservers/:kmsid    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
kmsId — path required
curl -L -X DELETE 'https://CommandCenterHostName/commandcenter/api/V4/KeyManagementServers/:kmsId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'