Skip to main content
DELETE
/
v1
/
credentials
/
{id}
Delete a credential
curl --request DELETE \
  --url https://api.cnap.tech/v1/credentials/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Query Parameters

type
enum<string>
required

Credential type (required for routing)

Available options:
cloud,
registry,
cloudflare

Response

Deleted