API ReferenceEcosystem Configuration
Delete ecosystem configuration
Roles
admindts-consumer
Analytics Events
ECOSYSTEM_CONFIG_DELETE_STARTECOSYSTEM_CONFIG_DELETE_SUCCESSECOSYSTEM_CONFIG_DELETE_FAIL
DELETE
/v1/config/ecosystemsDeletes the tenant's ecosystem configuration.
Analytic events
- ECOSYSTEM_CONFIG_DELETE_START
- ECOSYSTEM_CONFIG_DELETE_SUCCESS
- ECOSYSTEM_CONFIG_DELETE_FAIL
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Response Body
application/json
curl -X DELETE "https://example.com/v1/config/ecosystems"Empty
How would you rate this page?
Update ecosystem configuration PUT
Updates the tenant's ecosystem configuration. ### **Analytic events** * ECOSYSTEM_CONFIG_UPDATE_START * ECOSYSTEM_CONFIG_UPDATE_SUCCESS * ECOSYSTEM_CONFIG_UPDATE_FAIL
Create credential type POST
Creates a new credential type in the requested ecosystem. ### **Analytic events** * ECOSYSTEM_CREDENTIAL_CREATE_START * ECOSYSTEM_CREDENTIAL_CREATE_SUCCESS * ECOSYSTEM_CREDENTIAL_CREATE_FAIL