You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/communication-services/quickstarts/sms/opt-out-api-quickstart.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ ms.topic: quickstart
15
15
16
16
This article describes how to enable opt-out management for your Azure Communication Services resource using hash message authentication code (HMAC) based authentication.
17
17
18
-
## Global Prerequisites
18
+
## Global prerequisites
19
19
20
20
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
21
21
- An active Communication Services resource and connection string. See [Create a Communication Services resource](../create-communication-resource.md).
@@ -34,9 +34,9 @@ Sending an Opt-out API request is similar to SMS as described in the [Azure Comm
@@ -61,10 +61,10 @@ Here are some examples in different languages.
61
61
}
62
62
```
63
63
64
-
### Sample Response
64
+
### Sample response
65
65
In general, response contents are the same for all actions and contain the success or failure `HttpStatusCode` per recipient. The only difference is that the `Check` action, which also returns the `isOptedOut` flag.
66
66
67
-
#### Response Status
67
+
#### Response status
68
68
- 200 Ok
69
69
70
70
#### Add OptOut action response body
@@ -84,7 +84,7 @@ In general, response contents are the same for all actions and contain the succe
84
84
}
85
85
```
86
86
87
-
#### Remove OptOut Action Response Body
87
+
#### Remove OptOut action response body
88
88
```json
89
89
{
90
90
"value": [
@@ -100,7 +100,7 @@ In general, response contents are the same for all actions and contain the succe
100
100
}
101
101
```
102
102
103
-
#### Check OptOut Action Response Body
103
+
#### Check OptOut action response body
104
104
```json
105
105
{
106
106
"value": [
@@ -117,7 +117,7 @@ In general, response contents are the same for all actions and contain the succe
0 commit comments