Skip to main content
DELETE
/
v1
/
registry
/
credentials
/
{id}
Delete registry credential
curl --request DELETE \
  --url https://api.cnap.tech/v1/registry/credentials/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "code": "not_found",
    "message": "Resource not found",
    "param": "name",
    "suggestion": "Run `cnap clusters list` to see available clusters",
    "details": "<unknown>"
  }
}

Authorizations

Authorization
string
header
required

Personal Access Token (cnap_pat_...) or OAuth2 JWT. Create tokens at https://dash.cnap.tech/account/tokens

Path Parameters

id
string
required

Credential ID

Response

Credential deleted