Class DeleteSuppressionRequest
Implements
Inherited Members
Namespace: Oci.EmailService.Requests
Assembly: OCI.DotNetSDK.Email.dll
Syntax
public class DeleteSuppressionRequest : IOciRequestExamples
Click here to see an example of how to use DeleteSuppression request.
Properties
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The request ID for tracing from the system | 
SuppressionId
Declaration
[Required(ErrorMessage = "SuppressionId is required.")]
[HttpConverter(TargetEnum.Path, "suppressionId")]
public string SuppressionId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The unique OCID of the suppression. | 
Remarks
Required