cURL
curl --request DELETE \ --url https://api.example.com/api/functions/{slug} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "Function hello-world deleted successfully" }
Permanently delete a function
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Function slug identifier
Function deleted successfully