SDK Explorer

Delete an existing event monitor given its ID.

Parameters
id
string
Required

Event Monitor ID.

x_request_id
string

Developer-provided parameter used to identify this request. Useful when communicating with Circle Support.

Responses
Example
1from circle.web3 import smart_contract_platform
2from circle.web3 import utils
3
4client = utils.init_smart_contract_platform_client(api_key=key, entity_secret=entitySecret)
5
6api_instance = smart_contract_platform.EventMonitorsApi(client)
7
8response = api_instance.delete_event_monitor(id="401e9038-e4c3-5a77-a9fe-95fd644f4c92")
9print(response)
10
ResponseChoose an example
1{
2  "code": 0,
3  "message": ""
4}
Did this page help you?
© 2023-2025 Circle Technology Services, LLC. All rights reserved.