Delete RICAL configuration
Roles
Analytics Events
/v1/ecosystems/{ecosystemId}/ricals/configurationDelete the RICAL configuration for the requested ecosystem.
Analytic events
- ECOSYSTEM_RICAL_CONFIGURATION_DELETE_START
- ECOSYSTEM_RICAL_CONFIGURATION_DELETE_SUCCESS
- ECOSYSTEM_RICAL_CONFIGURATION_DELETE_FAIL
Authorization
bearerAuth In: header
Path Parameters
The UUID of the ecosystem
uuidResponse Body
application/json
curl -X DELETE "https://example.com/v1/ecosystems/497f6eca-6276-4993-bfeb-53cbbbba6f08/ricals/configuration"How would you rate this page?
Retrieve RICAL configuration GET
Retrieve the RICAL configuration from the requested ecosystem. ### **Analytic events** * ECOSYSTEM_RICAL_CONFIGURATION_RETRIEVE_START * ECOSYSTEM_RICAL_CONFIGURATION_RETRIEVE_SUCCESS * ECOSYSTEM_RICAL_CONFIGURATION_RETRIEVE_FAIL
Retrieve events GET
Returns a list of matching events from the tenant's event database. The `categories` and `types` parameters filter based on an **OR** logic, whilst all other parameters use an "AND" logic. For example `(categories OR types) AND requestIds AND dateFrom`. Refer to the [Events registry](https://api-reference-sdk.mattr.global/event-registry/latest/index.html) for an inclusive list of events categories and types.