Skip to main content

Delete Credential

Select

SaaS
Customer Managed

Delete Credential whose id has been provided

Path Parameters
  • credentialId string required
Responses

OK


Schema
  • errorMessage string
  • errorCode int32
DELETE /v5/credential/:credentialid    

Authorization

type: apiKeyname: Authtokenin: header

Request

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