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.vii.au01.mattr.global/v1/ecosystems/87880d7e-a4d0-462e-8383-3f1e5e16865d/ricals/configuration"{
"code": "string",
"message": "string",
"details": [
{
"value": "string",
"msg": "Invalid value",
"param": "id",
"location": "body"
}
]
}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.