Delete the integration configuration for the given UUID.
Use this endpoint to delete the configuration of a specific integration within your organization. It is intended for removing integration settings that are no longer needed.
m3ter supports machine to machine authentication using the clientCredentials OAuth2 flow.
The authorizationCode flow controls access for human users via the m3ter Console application.
The unique identifier (UUID) of your Organization. The Organization represents your company as a direct customer of our service.
The UUID of the IntegrationConfig to be deleted. This ID specifies the exact integration configuration that needs removal.
Returns the IntegrationConfig
Response containing a IntegrationConfigResponse entity.
The UUID of the entity.
The type of entity the integration is for (e.g. Bill).
1"Bill"
The type of destination (e.g. Netsuite, webhooks).
1"Stripe"
The version number:
The DateTime when this item was created (in ISO-8601 format).
The DateTime when this item was last modified (in ISO-8601 format).
The ID of the user who created this item.
The ID of the user who last modified this item.
The unique identifier (UUID) of the entity this integration is for (e.g. the ID of a notification configuration. Optional.)
"00000000-0000-0000-0000-000000000000"
The unique identifier (UUID) of the entity the integration is for.
"00000000-0000-0000-0000-000000000000"
The configuration data for the integration.
A flag indicating whether the integration configuration is authorized.
A flag indicating whether the integration configuration is currently enabled or disabled.
Specifies the type of trigger for the integration.
EVENT, SCHEDULE UUID of the credentials to use for this integration
"00000000-0000-0000-0000-000000000000"
The name of the configuration
"My Integration"