DELETE
/
api
/
v3
/
secrets
/
tags
/
{secretName}

Authorizations

Authorization
string
header
required

An access token in Infisical

Path Parameters

secretName
string
required

The name of the secret to detach tags from.

Body

application/json
environment
string
required

The slug of the environment where the secret is located.

projectSlug
string
required

The slug of the project where the secret is located.

tagSlugs
string[]
required

An array of existing tag slugs to detach from the secret.

secretPath
string
default:
/

The path of the secret to detach tags from.

type
enum<string>
default:
shared

The type of the secret to attach tags to. (shared/personal)

Available options:
shared,
personal

Response

200 - application/json
secret
object
required