Delete an incoming feed configuration by ID.Ask AIdelete https://cti.example.com/api/v2/incoming-feeds/{id}Required permissions modify incoming-feeds Path Paramsidint32required≥ 1Feed IDQuery Paramsdelete_entitiesbooleanrequiredDelete the entities associated to the feed.truefalsedelete_configurationbooleanrequiredDelete the configuration associated to the feed.truefalseResponses 204The deletion has been successful 400Invalid request 401Unauthorized request 403Missing permissions 404An individual resource was not found. 409The element already existsUpdated 5 months ago