Delete Lambda

Permanently deletes a lambda.

Authentication

Requires X-Glue-Authentication.

Path Parameters

Parameter Type Description
lambda_id string Lambda identifier

HTTP Request

1DELETE /api/v0/lambdas/f1a2b3c4-d5e6-7890-abcd-ef0123456789 HTTP/1.1
2Host: api.hola.cloud
3X-Glue-Authentication: YOUR_TOKEN

Example

1curl -X DELETE "https://api.hola.cloud/api/v0/lambdas/f1a2b3c4-d5e6-7890-abcd-ef0123456789" \
2  -H "X-Glue-Authentication: YOUR_TOKEN"

Response

1{
2  "id": "f1a2b3c4-d5e6-7890-abcd-ef0123456789"
3}

Error Codes

Code Description
401 Missing or invalid authentication
404 Lambda not found

Comments

Leave a comment