Delete a Function resource
A wrapper that represents a Serverless JavaScript function and groups the different and groups the different Versions of this code.
Delete a Function resource.
Path parameters
-
The SID of the Service to delete the Function resource from.
-
The SID of the Function resource to delete.
DELETE /v1/Services/{ServiceSid}/Functions/{Sid}
curl \
-X DELETE https://serverless.twilio.com/v1/Services/{ServiceSid}/Functions/{Sid} \
--user "username:password"