Skip to main content
DELETE
Delete an intern secret

Authorizations

Authorization
string
header
required

API key as bearer token in Authorization header

Path Parameters

internId
string<uuid>
required

UUID of an intern in the workspace selected by the API key.

Example:

"7c9e6679-7425-40de-944b-e07fc1f90ae7"

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.