cURL
curl --request DELETE \ --url https://api.lucidtech.ai/{basePath}/functions/{functionId} \ --header 'Authorization: Bearer <token>'
{ "updatedTime": "<string>", "metadata": {}, "updatedBy": "<string>", "description": "<string>", "functionId": "<string>", "createdBy": "<string>", "name": "<string>", "createdTime": "<string>", "managedCodeId": "<string>", "runtime": "python", "organizationId": "<string>", "fileUrl": "<string>", "id": "<string>" }
Delete Function
The access token received from the authorization server in the OAuth 2.0 flow.
200 response
4096
python
nodejs