Skip to main content
DELETE
Secret.Delete
Delete an environment-scoped secret. Workflows that reference the deleted secret will fail to resolve it at runtime.
Python
TypeScript
Go
Java
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

name
string
required
Pattern: ^[A-Za-z_][A-Za-z0-9_]*$

Response

Successful Response