Delete a Service resource
The top-level resource for a Serverless application, which serves as a container for the application environments.
Delete a Service resource.
Path parameters
-
The
sid
orunique_name
of the Service resource to delete.
DELETE /v1/Services/{Sid}
curl \
-X DELETE https://serverless.twilio.com/v1/Services/{Sid} \
--user "username:password"