DELETE Subscription Event
Use the API to programmatically remove a subscription event from a subscription.
#
DescriptionThis API function is used to remove a subscription event from a subscription.
#
RequestPath
DELETE /v2/subscription/{accountCode}/{subscriptionId}/subscriptionevent/{eventId}
Parameters
Name | Type | In | Description | Required |
---|---|---|---|---|
accountCode | String | path | The Rokt Calendar merchant account code, or the subdomain of your Rokt Calendar dashboard URL. | true |
subscriptionId | String | path | The unique ID of the subscription. | true |
eventId | String | path | The unique ID for the event. | true |
#
Response202 Accepted
#
Error400 BadRequest