cURL
curl --request DELETE \ --url https://api.kapso.ai/platform/v1/functions/{function_id} \ --header 'X-API-Key: <api-key>'
{ "error": "<string>" }
Permanently delete a serverless function. This will also remove the function from the runtime platform and delete all associated secrets.
After deletion:
This operation cannot be undone. Make sure to backup function code if needed before deletion.
Function identifier
Function deleted successfully (no content returned)
Was this page helpful?