Skip to main content
DELETE
/
functions
/
{function_id}
/
secrets
/
{secret_name}
Delete function secret
curl --request DELETE \
  --url https://api.kapso.ai/platform/v1/functions/{function_id}/secrets/{secret_name} \
  --header 'X-API-Key: <api-key>'
This response does not have an example.

Authorizations

X-API-Key
string
header
required

Path Parameters

function_id
string<uuid>
required

Function identifier

secret_name
string
required

Secret name (uppercase alphanumeric with underscores)

Response

Secret deleted successfully (no content returned)