Delete a Service resource

DELETE /v1/Services/{Sid}

The top-level resource for a Serverless application, which serves as a container for the application environments.

Delete a Service resource.

Path parameters

  • Sid string Required

    The sid or unique_name of the Service resource to delete.

Responses

  • 204

    The resource was deleted successfully.

DELETE /v1/Services/{Sid}
curl \
 -X DELETE https://serverless.twilio.com/v1/Services/{Sid} \
 --user "username:password"