DeleteEventMessage
The stored procedure that deletes an event notification record from ADP. This stored procedure is used to manage or clear previously processed event messages from the event queue to maintain data integrity.
Input
| Name | Type | Required | Description |
| EventId | String | True | The unique identifier (Id) that represents the event notification message to be deleted. This Id is used by ADP to locate and remove the specific event message from the event queue. |