Secrets /
Delete secret
Delete a secret
URL parameters
project
string required
ID of the project
secret
string required
ID of the secret
Response attributes
object
success
boolean required
Boolean indicated success of the performed action
API
CLI
DELETE /v1beta/projects/{project}/secrets/{secret}
Example response
200 OK
Response indicating success.
JSON
{
"success": true
}