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: docs/ActivationsApi.md
+78Lines changed: 78 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ All URIs are relative to *https://api.segmentapis.com*
11
11
|[**listDestinationsFromAudience**](ActivationsApi.md#listDestinationsFromAudience)|**GET** /spaces/{spaceId}/audiences/{audienceId}/destination-connections | List Destinations from Audience |
12
12
|[**listSupportedDestinationsFromAudience**](ActivationsApi.md#listSupportedDestinationsFromAudience)|**GET** /spaces/{spaceId}/audienceType/{audienceType}/supported-destinations | List Supported Destinations from Audience |
13
13
|[**removeActivationFromAudience**](ActivationsApi.md#removeActivationFromAudience)|**DELETE** /spaces/{spaceId}/audiences/{audienceId}/activations/{id} | Remove Activation from Audience |
14
+
|[**removeDestinationFromAudience**](ActivationsApi.md#removeDestinationFromAudience)|**DELETE** /spaces/{spaceId}/audiences/{audienceId}/destination-connections/{destinationId} | Remove Destination from Audience |
14
15
|[**updateActivationForAudience**](ActivationsApi.md#updateActivationForAudience)|**PATCH** /spaces/{spaceId}/audiences/{audienceId}/activations/{id} | Update Activation for Audience |
Removes a Destination from an Audience. If there are activations associated with the Destination, the request will return a 409 Conflict error. • This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to friends@segment.com. • In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information. • When called, this endpoint may generate the `Destination Removed from Audience` event in the [audit trail](/tag/Audit-Trail).
0 commit comments