End of support notice: On October 30, 2026, AWS will end support for Amazon Pinpoint. After October 30, 2026, you will no longer be able to access the Amazon Pinpoint console or Amazon Pinpoint resources (endpoints, segments, campaigns, journeys, and analytics). For more information, see Amazon Pinpoint end of support. Note: APIs related to SMS, voice, mobile push, OTP, and phone number validate are not impacted by this change and are supported by AWS End User Messaging.
Delete an event stream from Amazon Pinpoint
If you assign a Kinesis stream to an application, you can disable event streaming for that application. Amazon Pinpoint stops streaming the events to Kinesis, but you can view event analytics by using the Amazon Pinpoint console.
AWS CLI
Use the delete-event-stream
command:
aws pinpoint delete-event-stream --application-id
application-id
AWS SDK for Java
Use the deleteEventStream
pinClient.deleteEventStream(new DeleteEventStreamRequest().withApplicationId(appId));