Skip to main content
DELETE
/
api
/
v1
/
secrets
/
{secret_id}
Delete Secret
curl --request DELETE \
  --url https://api.intelligence.io.solutions/api/v1/secrets/{secret_id} \
  --header 'Authorization: Bearer <token>'
"<any>"

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

token
string

JWT token

Authorization
string

io.net provided API Key

x-api-key
string

API key set by an SDK client

Path Parameters

secret_id
string<uuid>
required

Response

Successful Response

The response is of type any.