event-source

Event Sources Delete Scheduled Event

POST
Deletes an event scheduled for the specified event source.

Request

This endpoint expects an object.
event_key
stringRequired
The event key for the event which we want to delete.
id
stringRequired
The event source's ID.
POST
1curl -X POST https://api.devrev.ai/event-sources.unschedule \
2 -H "Authorization: <apiKey>" \
3 -H "Content-Type: application/json" \
4 -d '{
5 "event_key": "event_key",
6 "id": "id"
7}'