Delete a specific Verification Service Instance

DELETE /v2/Services/{Sid}

TODO: Resource-level docs

Delete a specific Verification Service Instance.

Path parameters

  • Sid string Required

    The Twilio-provided string that uniquely identifies the Verification Service resource to delete.

Responses

  • 204

    The resource was deleted successfully.

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