Resetting the Previously Subscribed replayId Value
You can resubscribe the most recent platform event to the EMP service by resetting its replayId value.
* 
To perform this operation, you must have the System Administrator role.
This operation clears and discards all queued platform events.
To reset the previously subscribed replayId value:
1. To reset replayId to a specific value, for example, a platform event with a replayId value of 23234:
<tenant_url>/reset_emp_subscribe_id?id=23234
2. To reset replayId to the last subscribed value:
<tenant_url>/reset_emp_subscribe_id
This operation resets the last subscribed replayId to -1, which triggers a resubscribe.
For more information:
Was this helpful?