Skip to main content
DELETE
/
applications
/
{applicationId}
/
secrets
/
{secretName}
Remove a secret from the Application
curl --request DELETE \
  --url https://local.withsutro.com/applications/{applicationId}/secrets/{secretName} \
  --header 'Authorization: Bearer <token>' \
  --header 'x-sutro-api-client: <api-key>'

Authorizations

Authorization
string
header
required

Builder authentication and authorization

x-sutro-api-client
string
header
required

A unique identifier for the API Client making a request

Path Parameters

applicationId
string<uuid>
required
secretName
string
required

Response

Secret removed