Struct DeleteTemplateFragmentRequest
- Namespace
- Vonage.VerifyV2.DeleteTemplateFragment
- Assembly
- Vonage.dll
Represents a request to delete a template fragment from a template.
[Builder(new string[] { })]
public readonly struct DeleteTemplateFragmentRequest : IVonageRequest
- Implements
- Inherited Members
Properties
TemplateFragmentId
Sets the unique identifier (UUID) of the template fragment to delete.
[Mandatory(1)]
public Guid TemplateFragmentId { get; }
Property Value
Examples
.WithTemplateFragmentId(Guid.Parse("c70f446e-997a-4313-a081-60a02a31dc19"))
TemplateId
Sets the unique identifier (UUID) of the parent template containing the fragment.
[Mandatory(0)]
public Guid TemplateId { get; }
Property Value
Examples
.WithTemplateId(Guid.Parse("8f35a1a7-eb2f-4552-8fdf-fffdaee41bc9"))
Methods
Build()
public static IBuilderForTemplateId Build()
Returns
BuildRequestMessage()
Converts the request to a HttpRequest.
public HttpRequestMessage BuildRequestMessage()
Returns
- HttpRequestMessage
The Http request.
GetEndpointPath()
public string GetEndpointPath()