Skip to main content
DELETE
Delete a workspace secret

Authorizations

Authorization
string
header
required

API key as bearer token in Authorization header

Path Parameters

name
string
required

Secret name. Lowercase letters, digits and single underscores, starting with a letter and not ending with an underscore, 1 to 255 characters.

Required string length: 1 - 255
Pattern: ^(?!.*__)[a-z]([a-z0-9_]*[a-z0-9])?$
Example:

"github_token"

Response

Secret deleted. The response has no body.