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: src/Segment.PublicApi/Api/DeletionAndSuppressionApi.cs
+16-8Lines changed: 16 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -104,24 +104,26 @@ public interface IDeletionAndSuppressionApiSync : IApiAccessor
104
104
/// Delete Regulation
105
105
/// </summary>
106
106
/// <remarks>
107
-
/// Deletes a regulation from the Workspace. The regulation must be in the initialized state to be deleted. • When called, this endpoint may generate the `Regulation Deleted` event in the [audit trail](/tag/Audit-Trail).
107
+
/// Deletes a regulation from the Workspace. The regulation must be in the initialized state to be deleted. • When called, this endpoint may generate the `Regulation Deleted` event in the [audit trail](/tag/Audit-Trail). **DEPRECATED**: this endpoint has been deprecated according to the guidelines, and may experience reduced SLA guarantees.
108
108
/// </remarks>
109
109
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
110
110
/// <param name="regulateId"></param>
111
111
/// <param name="operationIndex">Index associated with the operation.</param>
/// Deletes a regulation from the Workspace. The regulation must be in the initialized state to be deleted. • When called, this endpoint may generate the `Regulation Deleted` event in the [audit trail](/tag/Audit-Trail).
120
+
/// Deletes a regulation from the Workspace. The regulation must be in the initialized state to be deleted. • When called, this endpoint may generate the `Regulation Deleted` event in the [audit trail](/tag/Audit-Trail). **DEPRECATED**: this endpoint has been deprecated according to the guidelines, and may experience reduced SLA guarantees.
120
121
/// </remarks>
121
122
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
122
123
/// <param name="regulateId"></param>
123
124
/// <param name="operationIndex">Index associated with the operation.</param>
124
125
/// <returns>ApiResponse of DeleteRegulation200Response</returns>
@@ -317,26 +319,28 @@ public interface IDeletionAndSuppressionApiAsync : IApiAccessor
317
319
/// Delete Regulation
318
320
/// </summary>
319
321
/// <remarks>
320
-
/// Deletes a regulation from the Workspace. The regulation must be in the initialized state to be deleted. • When called, this endpoint may generate the `Regulation Deleted` event in the [audit trail](/tag/Audit-Trail).
322
+
/// Deletes a regulation from the Workspace. The regulation must be in the initialized state to be deleted. • When called, this endpoint may generate the `Regulation Deleted` event in the [audit trail](/tag/Audit-Trail). **DEPRECATED**: this endpoint has been deprecated according to the guidelines, and may experience reduced SLA guarantees.
321
323
/// </remarks>
322
324
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
323
325
/// <param name="regulateId"></param>
324
326
/// <param name="operationIndex">Index associated with the operation.</param>
325
327
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
326
328
/// <returns>Task of DeleteRegulation200Response</returns>
/// Deletes a regulation from the Workspace. The regulation must be in the initialized state to be deleted. • When called, this endpoint may generate the `Regulation Deleted` event in the [audit trail](/tag/Audit-Trail).
336
+
/// Deletes a regulation from the Workspace. The regulation must be in the initialized state to be deleted. • When called, this endpoint may generate the `Regulation Deleted` event in the [audit trail](/tag/Audit-Trail). **DEPRECATED**: this endpoint has been deprecated according to the guidelines, and may experience reduced SLA guarantees.
334
337
/// </remarks>
335
338
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
336
339
/// <param name="regulateId"></param>
337
340
/// <param name="operationIndex">Index associated with the operation.</param>
338
341
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
339
342
/// <returns>Task of ApiResponse (DeleteRegulation200Response)</returns>
@@ -1115,25 +1119,27 @@ public Segment.PublicApi.Client.ApiResponse<CreateWorkspaceRegulation200Response
1115
1119
}
1116
1120
1117
1121
/// <summary>
1118
-
/// Delete Regulation Deletes a regulation from the Workspace. The regulation must be in the initialized state to be deleted. • When called, this endpoint may generate the `Regulation Deleted` event in the [audit trail](/tag/Audit-Trail).
1122
+
/// Delete Regulation Deletes a regulation from the Workspace. The regulation must be in the initialized state to be deleted. • When called, this endpoint may generate the `Regulation Deleted` event in the [audit trail](/tag/Audit-Trail). **DEPRECATED**: this endpoint has been deprecated according to the guidelines, and may experience reduced SLA guarantees.
1119
1123
/// </summary>
1120
1124
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
1121
1125
/// <param name="regulateId"></param>
1122
1126
/// <param name="operationIndex">Index associated with the operation.</param>
/// Delete Regulation Deletes a regulation from the Workspace. The regulation must be in the initialized state to be deleted. • When called, this endpoint may generate the `Regulation Deleted` event in the [audit trail](/tag/Audit-Trail).
1136
+
/// Delete Regulation Deletes a regulation from the Workspace. The regulation must be in the initialized state to be deleted. • When called, this endpoint may generate the `Regulation Deleted` event in the [audit trail](/tag/Audit-Trail). **DEPRECATED**: this endpoint has been deprecated according to the guidelines, and may experience reduced SLA guarantees.
1132
1137
/// </summary>
1133
1138
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
1134
1139
/// <param name="regulateId"></param>
1135
1140
/// <param name="operationIndex">Index associated with the operation.</param>
1136
1141
/// <returns>ApiResponse of DeleteRegulation200Response</returns>
// verify the required parameter 'regulateId' is set
@@ -1194,27 +1200,29 @@ public Segment.PublicApi.Client.ApiResponse<DeleteRegulation200Response> DeleteR
1194
1200
}
1195
1201
1196
1202
/// <summary>
1197
-
/// Delete Regulation Deletes a regulation from the Workspace. The regulation must be in the initialized state to be deleted. • When called, this endpoint may generate the `Regulation Deleted` event in the [audit trail](/tag/Audit-Trail).
1203
+
/// Delete Regulation Deletes a regulation from the Workspace. The regulation must be in the initialized state to be deleted. • When called, this endpoint may generate the `Regulation Deleted` event in the [audit trail](/tag/Audit-Trail). **DEPRECATED**: this endpoint has been deprecated according to the guidelines, and may experience reduced SLA guarantees.
1198
1204
/// </summary>
1199
1205
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
1200
1206
/// <param name="regulateId"></param>
1201
1207
/// <param name="operationIndex">Index associated with the operation.</param>
1202
1208
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
1203
1209
/// <returns>Task of DeleteRegulation200Response</returns>
/// Delete Regulation Deletes a regulation from the Workspace. The regulation must be in the initialized state to be deleted. • When called, this endpoint may generate the `Regulation Deleted` event in the [audit trail](/tag/Audit-Trail).
1218
+
/// Delete Regulation Deletes a regulation from the Workspace. The regulation must be in the initialized state to be deleted. • When called, this endpoint may generate the `Regulation Deleted` event in the [audit trail](/tag/Audit-Trail). **DEPRECATED**: this endpoint has been deprecated according to the guidelines, and may experience reduced SLA guarantees.
1212
1219
/// </summary>
1213
1220
/// <exception cref="Segment.PublicApi.Client.ApiException">Thrown when fails to make API call</exception>
1214
1221
/// <param name="regulateId"></param>
1215
1222
/// <param name="operationIndex">Index associated with the operation.</param>
1216
1223
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
1217
1224
/// <returns>Task of ApiResponse (DeleteRegulation200Response)</returns>
0 commit comments