Integrations
Delete IntegrationConfig
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.
delete/organizations/{orgId}/integrationconfigs/{id}
Path parameters
orgIdstring required
The unique identifier (UUID) of your Organization. The Organization represents your company as a direct customer of our service.
idstring required
The UUID of the IntegrationConfig to be deleted. This ID specifies the exact integration configuration that needs removal.
Response
Returns the IntegrationConfig
Example response
{
"entityType": "Bill",
"entityId": "00000000-0000-0000-0000-000000000000",
"destination": "Stripe",
"destinationId": "00000000-0000-0000-0000-000000000000",
"integrationCredentialsId": "00000000-0000-0000-0000-000000000000",
"name": "My Integration"
}