Skip to main content
DELETE
/
v1
/
apps
/
{app_id}
/
secret
/
{secret_id}
delete an app secret
curl --request DELETE \
  --url https://api.nuon.co/v1/apps/{app_id}/secret/{secret_id} \
  --header 'Authorization: <api-key>'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.nuon.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and token.

Path Parameters

app_id
string
required

app ID

secret_id
string
required

secret ID

Response

OK

The response is of type object.